[Midnightbsd-cvs] mports [18811] trunk/devel/distcc/Makefile: fix popt
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri May 8 12:09:03 EDT 2015
Revision: 18811
http://svnweb.midnightbsd.org/mports/?rev=18811
Author: laffer1
Date: 2015-05-08 12:09:02 -0400 (Fri, 08 May 2015)
Log Message:
-----------
fix popt
Modified Paths:
--------------
trunk/devel/distcc/Makefile
Modified: trunk/devel/distcc/Makefile
===================================================================
--- trunk/devel/distcc/Makefile 2015-05-08 16:07:29 UTC (rev 18810)
+++ trunk/devel/distcc/Makefile 2015-05-08 16:09:02 UTC (rev 18811)
@@ -2,9 +2,9 @@
PORTNAME= distcc
PORTVERSION= 3.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
+MASTER_SITES= GOOGLE_CODE
MAINTAINER= ports at MidnightBSD.org
COMMENT= Distribute compilation of C(++) code acrosss machines on a network
@@ -11,7 +11,7 @@
LICENSE= gpl2
-LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
+LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt
USES= gmake tar:bzip2
GNU_CONFIGURE= yes
More information about the Midnightbsd-cvs
mailing list