svn commit: r359763 - in head: editors/emacs-devel security/gnutls3
Antoine Brodin
antoine at FreeBSD.org
Sun Jun 29 12:51:03 UTC 2014
Author: antoine
Date: Sun Jun 29 12:51:02 2014
New Revision: 359763
URL: http://svnweb.freebsd.org/changeset/ports/359763
QAT: https://qat.redports.org/buildarchive/r359763/
Log:
Allow to build with texinfo from ports
Modified:
head/editors/emacs-devel/Makefile
head/security/gnutls3/Makefile
Modified: head/editors/emacs-devel/Makefile
==============================================================================
--- head/editors/emacs-devel/Makefile Sun Jun 29 12:50:42 2014 (r359762)
+++ head/editors/emacs-devel/Makefile Sun Jun 29 12:51:02 2014 (r359763)
@@ -25,7 +25,7 @@ CONFLICTS= emacs-19.* emacs21-[0-9]* ema
EMACS_VER= 24.4.50
EMACS_REV= 117036
GNU_CONFIGURE= yes
-USES= ncurses pkgconfig gmake shebangfix tar:xz
+USES= gmake makeinfo ncurses pkgconfig shebangfix tar:xz
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INFO_PATH= ${DATADIR_REL}/info
Modified: head/security/gnutls3/Makefile
==============================================================================
--- head/security/gnutls3/Makefile Sun Jun 29 12:50:42 2014 (r359762)
+++ head/security/gnutls3/Makefile Sun Jun 29 12:51:02 2014 (r359763)
@@ -24,7 +24,7 @@ USE_LDCONFIG= ${PREFIX}/lib/gnutls3
CPPFLAGS+= -I${LOCALBASE}/include -fPIC
LDFLAGS= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
-CONFIGURE_ENV= MAKEINFO="/usr/bin/makeinfo --no-split"
+CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
CONFIGURE_ARGS= --program-suffix=${GNUTLS_SUFFIX} \
--includedir="${PREFIX}/include/gnutls${GNUTLS_SUFFIX}" \
--libdir="${PREFIX}/lib/gnutls${GNUTLS_SUFFIX}" \
More information about the svn-ports-all
mailing list