Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jun 2014 01:13:05 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356562 - head/security/gnutls3
Message-ID:  <201406050113.s551D5YH029397@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406050113.s551D5YH029397>