[Midnightbsd-cvs] mports: Makefile: Explicitly disable guile.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu May 22 17:43:17 EDT 2008


Log Message:
-----------
Explicitly disable guile.

Modified Files:
--------------
    mports/security/gnutls:
        Makefile (r1.7 -> r1.8)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/security/gnutls/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -L security/gnutls/Makefile -L security/gnutls/Makefile -u -r1.7 -r1.8
--- security/gnutls/Makefile
+++ security/gnutls/Makefile
@@ -8,6 +8,7 @@
 
 PORTNAME=	gnutls
 PORTVERSION=	2.2.5
+PORTREVISION=	1
 CATEGORIES=	security net
 MASTER_SITES=	http://josefsson.org/gnutls/releases/ \
 	ftp://ftp.gnutls.org/pub/gnutls/ \
@@ -33,7 +34,7 @@
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS} -fPIC" LDFLAGS="${LDFLAGS}"
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd6.0
-CONFIGURE_ARGS+=	--with-included-lzo \
+CONFIGURE_ARGS+=	--with-included-lzo --disable-guile \
 			--infodir="${PREFIX}/info" --mandir="${PREFIX}/man/"
 MANCOMPRESSED=	no
 


More information about the Midnightbsd-cvs mailing list