diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-26 16:41:34 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-26 16:41:34 +0800 |
commit | c51da6a2ea54b051b9ebadd4ec14bb2fce7bf34c (patch) | |
tree | 538272ea6472d12ca5d850dc054ae239be5ead16 /textproc | |
parent | 5518c05a82de65dcdab68396d799321e2a8b0625 (diff) | |
download | freebsd-ports-gnome-c51da6a2ea54b051b9ebadd4ec14bb2fce7bf34c.tar.gz freebsd-ports-gnome-c51da6a2ea54b051b9ebadd4ec14bb2fce7bf34c.tar.zst freebsd-ports-gnome-c51da6a2ea54b051b9ebadd4ec14bb2fce7bf34c.zip |
Allow to build with texinfo from ports
With hat: portmgr
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/amberfish/Makefile | 2 | ||||
-rw-r--r-- | textproc/wdiff/Makefile | 4 | ||||
-rw-r--r-- | textproc/wdiff/pkg-plist | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/textproc/amberfish/Makefile b/textproc/amberfish/Makefile index faa9273c3236..332cf7fde952 100644 --- a/textproc/amberfish/Makefile +++ b/textproc/amberfish/Makefile @@ -13,7 +13,7 @@ COMMENT= General purpose text retrieval Software LIB_DEPENDS= libxerces-c.so:${PORTSDIR}/textproc/xerces-c3 -USES= gmake +USES= gmake makeinfo GNU_CONFIGURE= yes ALL_TARGET= all html diff --git a/textproc/wdiff/Makefile b/textproc/wdiff/Makefile index c59fab0cff92..bf30f898a6a6 100644 --- a/textproc/wdiff/Makefile +++ b/textproc/wdiff/Makefile @@ -13,10 +13,12 @@ LICENSE= GPLv3 GNU_CONFIGURE= yes -USES= charsetfix +USES= charsetfix makeinfo OPTIONS_DEFINE= NLS +INFO= wdiff + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/textproc/wdiff/pkg-plist b/textproc/wdiff/pkg-plist index 6e4e6fd61208..e47cfc4c9247 100644 --- a/textproc/wdiff/pkg-plist +++ b/textproc/wdiff/pkg-plist @@ -1,6 +1,4 @@ bin/wdiff -info/dir -info/wdiff.info man/man1/wdiff.1.gz share/locale/af/LC_MESSAGES/wdiff-gnulib.mo share/locale/be/LC_MESSAGES/wdiff-gnulib.mo |