diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-25 16:58:09 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-25 16:58:09 +0800 |
commit | 4727c589d9430bcdd079ca9679f1362e865f9c7a (patch) | |
tree | f10cf7fb25b0aa3ea00f6de39d75c4dd6e48df98 /textproc | |
parent | e0c273e0ff511da6fc1fbc34e48a17ba676d2d6a (diff) | |
download | freebsd-ports-gnome-4727c589d9430bcdd079ca9679f1362e865f9c7a.tar.gz freebsd-ports-gnome-4727c589d9430bcdd079ca9679f1362e865f9c7a.tar.zst freebsd-ports-gnome-4727c589d9430bcdd079ca9679f1362e865f9c7a.zip |
Fix build on system built WITHOUT_INFO
With hat: portmgr
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/flex/Makefile | 2 | ||||
-rw-r--r-- | textproc/gsed/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/flex/Makefile b/textproc/flex/Makefile index e11d513720a4..d7665d5a1866 100644 --- a/textproc/flex/Makefile +++ b/textproc/flex/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= help2man:${PORTSDIR}/misc/help2man \ gm4:${PORTSDIR}/devel/m4 RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 -USES= bison gmake tar:bzip2 +USES= bison gmake makeinfo tar:bzip2 GNU_CONFIGURE= yes # install flex header to its own dir to avoid conflict with system flex. CONFIGURE_ARGS= --includedir=${PREFIX}/include/flex --disable-shared diff --git a/textproc/gsed/Makefile b/textproc/gsed/Makefile index 33653279432b..2f7b9cbb6a35 100644 --- a/textproc/gsed/Makefile +++ b/textproc/gsed/Makefile @@ -13,7 +13,7 @@ COMMENT= The GNU stream editor GNU_CONFIGURE= yes CONFIGURE_ENV+= MAKEINFO="makeinfo --no-split" -USES= charsetfix gmake +USES= charsetfix makeinfo gmake PATCH_SUBDIRS= . doc lib sed DATADIR= ${PREFIX}/share/${PKGBASE} SAMP_FILES= binary*.sed dc.sed |