aboutsummaryrefslogtreecommitdiff
path: root/security/gnutls
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2008-03-03 08:51:59 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2008-03-03 08:51:59 +0000
commit893db4083dbf5eb82c462ff334296a834fb02aac (patch)
treee60f299a337b0b2770ee8d40c686d7864bceadd6 /security/gnutls
parentb9526eaee996e40f1da6c4d5d644989128d780af (diff)
Add --disable-guild to CONFIGURE_ARGS to avoid build problem with guile.
Reported by: marcus
Notes
Notes: svn path=/head/; revision=208368
Diffstat (limited to 'security/gnutls')
-rw-r--r--security/gnutls/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index 52de97da8869..36a3ec3c4995 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -35,7 +35,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -fPIC" LDFLAGS="${LDFLAGS}"
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ARGS+= --with-included-lzo
+CONFIGURE_ARGS+= --with-included-lzo --disable-guile
MANCOMPRESSED= no
.include <bsd.port.pre.mk>