diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-26 21:51:14 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-26 21:51:14 +0800 |
commit | 30632e47b68f37214d56a29dd277da5bbe0a66ce (patch) | |
tree | 0e297abb6db924311cbca86f62f5b1c2ba67d9f1 /lang | |
parent | 1b9686c955abc62158298a59e17fbb6182cfbc6c (diff) | |
download | freebsd-ports-gnome-30632e47b68f37214d56a29dd277da5bbe0a66ce.tar.gz freebsd-ports-gnome-30632e47b68f37214d56a29dd277da5bbe0a66ce.tar.zst freebsd-ports-gnome-30632e47b68f37214d56a29dd277da5bbe0a66ce.zip |
Allow to build with texinfo from ports
With hat: portmgr
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcl/Makefile | 2 | ||||
-rw-r--r-- | lang/librep/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcl/Makefile b/lang/gcl/Makefile index 6ff5a09745da..3b5a19267382 100644 --- a/lang/gcl/Makefile +++ b/lang/gcl/Makefile @@ -23,7 +23,7 @@ ONLY_FOR_ARCHS= amd64 i386 WRKSRC= ${WRKDIR}/${PORTNAME} -USES= gmake readline +USES= gmake makeinfo readline USE_GCC= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-ansi \ diff --git a/lang/librep/Makefile b/lang/librep/Makefile index e7220bc29ca1..2d37020fe069 100644 --- a/lang/librep/Makefile +++ b/lang/librep/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= gtar:${PORTSDIR}/archivers/gtar USE_CSTD= gnu89 -USES= gettext gmake libtool pathfix pkgconfig readline tar:xz shebangfix +USES= gettext gmake libtool makeinfo pathfix pkgconfig readline tar:xz shebangfix GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-aclocaldir=${PREFIX}/share/aclocal \ --with-stack-direction=-1 |