aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2014-06-05 09:13:05 +0800
committerbdrewery <bdrewery@FreeBSD.org>2014-06-05 09:13:05 +0800
commita2346218e4ed366c2fe5a106104723410bf88ddc (patch)
tree5ae5e33917ed6bfe91c2566288ac66b36e08c392 /security
parent857c455a0535923b80773f1ef82753e8288da50a (diff)
downloadfreebsd-ports-gnome-a2346218e4ed366c2fe5a106104723410bf88ddc.tar.gz
freebsd-ports-gnome-a2346218e4ed366c2fe5a106104723410bf88ddc.tar.zst
freebsd-ports-gnome-a2346218e4ed366c2fe5a106104723410bf88ddc.zip
- No need for print/texinfo dependency for makeinfo as it is in base
Reported by: tijl
Diffstat (limited to 'security')
-rw-r--r--security/gnutls3/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/gnutls3/Makefile b/security/gnutls3/Makefile
index b4e7f3b5b88b..e613c9f2fb80 100644
--- a/security/gnutls3/Makefile
+++ b/security/gnutls3/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gnutls
PORTVERSION= 3.1.25
+PORTREVISION= 1
CATEGORIES= security net
MASTER_SITES= ftp://ftp.gnutls.org/gcrypt/gnutls/v3.1/
PKGNAMESUFFIX= ${GNUTLS_SUFFIX}
@@ -23,7 +24,7 @@ USE_LDCONFIG= ${PREFIX}/lib/gnutls3
CPPFLAGS+= -I${LOCALBASE}/include -fPIC
LDFLAGS= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
-CONFIGURE_ENV= MAKEINFO=${PREFIX}/bin/makeinfo
+CONFIGURE_ENV= MAKEINFO=/usr/bin/makeinfo
CONFIGURE_ARGS= --program-suffix=${GNUTLS_SUFFIX} \
--includedir="${PREFIX}/include/gnutls${GNUTLS_SUFFIX}" \
--libdir="${PREFIX}/lib/gnutls${GNUTLS_SUFFIX}" \
@@ -46,8 +47,6 @@ LIBDANE_DESC= DNSSEC support for DANE (danetool3 --check)
LIBDANE_LIB_DEPENDS= libunbound.so:${PORTSDIR}/dns/unbound
LIBDANE_CONFIGURE_OFF= --disable-libdane
-DOCS_BUILD_DEPENDS= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo
-
CXX_CONFIGURE_ENABLE= cxx
.include <bsd.port.options.mk>