svn commit: r356562 - head/security/gnutls3
Bryan Drewery
bdrewery at FreeBSD.org
Thu Jun 5 01:13:05 UTC 2014
Author: bdrewery
Date: Thu Jun 5 01:13:05 2014
New Revision: 356562
URL: http://svnweb.freebsd.org/changeset/ports/356562
QAT: https://qat.redports.org/buildarchive/r356562/
Log:
- No need for print/texinfo dependency for makeinfo as it is in base
Reported by: tijl
Modified:
head/security/gnutls3/Makefile
Modified: head/security/gnutls3/Makefile
==============================================================================
--- head/security/gnutls3/Makefile Thu Jun 5 01:08:26 2014 (r356561)
+++ head/security/gnutls3/Makefile Thu Jun 5 01:13:05 2014 (r356562)
@@ -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 (d
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>
More information about the svn-ports-all
mailing list