aboutsummaryrefslogtreecommitdiffstats
path: root/security/gnutls3
diff options
context:
space:
mode:
authorwg <wg@FreeBSD.org>2013-11-18 18:42:36 +0800
committerwg <wg@FreeBSD.org>2013-11-18 18:42:36 +0800
commitfb1c660219edd6b55b733e3bc93d46259536fe0a (patch)
tree6594a98caa07c0e2fad10b470f97d6d7fa175ea7 /security/gnutls3
parent83ea37859413be94a6e2c0447ca442d160958427 (diff)
downloadfreebsd-ports-gnome-fb1c660219edd6b55b733e3bc93d46259536fe0a.tar.gz
freebsd-ports-gnome-fb1c660219edd6b55b733e3bc93d46259536fe0a.tar.zst
freebsd-ports-gnome-fb1c660219edd6b55b733e3bc93d46259536fe0a.zip
security/gnutls3: try to fix build for some people
- gnutls.info-5 was not being generated for some people PR: ports/183577 Submitted by: Mamoru Iwaki <1wkmmr gmail.com>
Diffstat (limited to 'security/gnutls3')
-rw-r--r--security/gnutls3/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/security/gnutls3/Makefile b/security/gnutls3/Makefile
index 8c773804e522..39a05ffe6c34 100644
--- a/security/gnutls3/Makefile
+++ b/security/gnutls3/Makefile
@@ -11,6 +11,7 @@ PKGNAMESUFFIX= ${GNUTLS_SUFFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= GNU Transport Layer Security library
+BUILD_DEPENDS= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo
LIB_DEPENDS= libgpg-error.so:${PORTSDIR}/security/libgpg-error \
libnettle.so:${PORTSDIR}/security/nettle \
libp11-kit.so:${PORTSDIR}/security/p11-kit \
@@ -23,11 +24,12 @@ USE_AUTOTOOLS= libtool
USE_GNOME= ltverhack
USE_LDCONFIG= ${PREFIX}/lib/gnutls3
USE_XZ= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-CPPFLAGS+= -fPIC
+CPPFLAGS= -I${LOCALBASE}/include
+LDFLAGS= -L${LOCALBASE}/lib
+CPPFLAGS= -fPIC
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --program-suffix=${GNUTLS_SUFFIX} \
+CONFIGURE_ENV= MAKEINFO=${PREFIX}/bin/makeinfo
+CONFIGURE_ARGS= --program-suffix=${GNUTLS_SUFFIX} \
--includedir="${PREFIX}/include/gnutls${GNUTLS_SUFFIX}" \
--libdir="${PREFIX}/lib/gnutls${GNUTLS_SUFFIX}" \
--disable-guile \