[Midnightbsd-cvs] mports: Makefile: Stupid cheap freebsd port.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun May 18 15:11:11 EDT 2008


Log Message:
-----------
Stupid cheap freebsd port.  Let's do dependancies correctly shall we.

Modified Files:
--------------
    mports/mail/milter-greylist:
        Makefile (r1.3 -> r1.4)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/mail/milter-greylist/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L mail/milter-greylist/Makefile -L mail/milter-greylist/Makefile -u -r1.3 -r1.4
--- mail/milter-greylist/Makefile
+++ mail/milter-greylist/Makefile
@@ -20,7 +20,6 @@
 
 PKGMESSAGE=	${WRKDIR}/pkg-message
 
-
 OPTIONS=	LIBSPF2	 "Enable SPF checks" Off \
 		GEOIP	 "Enable GEOIP"  Off \
 		CURL	" Enable CURL for URL checks" Off
@@ -59,18 +58,18 @@
 .endif
 
 .if defined(WITH_LIBSPF2)
-LIB_DEPENDS+=		libspf2>=1.2.5:${PORTSDIR}/mail/libspf2
-CONFIGURE_ARGS+=	--with-libspf2=${LOCALBASE}
+LIB_DEPENDS+=	spf2.2:${PORTSDIR}/mail/libspf2
+CONFIGURE_ARGS+=--with-libspf2=${LOCALBASE}
 .endif
 
 .if defined(WITH_GEOIP)
-BUILD_DEPENDS+=       GeoIP>=1.4.4:${PORTSDIR}/net/GeoIP
-CONFIGURE_ARGS+=      --with-libGeoIP=${LOCALBASE}
+LIB_DEPENDS+=	GeoIP.5:${PORTSDIR}/net/GeoIP
+CONFIGURE_ARGS+=--with-libGeoIP=${LOCALBASE}
 .endif
 
 .if defined(WITH_CURL)
-BUILD_DEPENDS+= curl>=7.18:${PORTSDIR}/ftp/curl
-CONFIGURE_ARGS+=      --with-curl=${LOCALBASE}
+LIB_DEPENDS+=	curl.4:${PORTSDIR}/ftp/curl
+CONFIGURE_ARGS+=--with-curl=${LOCALBASE}
 .endif
 
 CFLAGS+=	${PTHREAD_CFLAGS}


More information about the Midnightbsd-cvs mailing list