diff options
author | adamw <adamw@FreeBSD.org> | 2014-08-16 23:20:14 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-08-16 23:20:14 +0800 |
commit | 81414744a57465b9688a0951085e0226be552947 (patch) | |
tree | 3870adc03b51639b44839d68619098228470a55f | |
parent | 4f6a05ce8f28c9506870e57c93a45dc8f7cfecc4 (diff) | |
download | freebsd-ports-gnome-81414744a57465b9688a0951085e0226be552947.tar.gz freebsd-ports-gnome-81414744a57465b9688a0951085e0226be552947.tar.zst freebsd-ports-gnome-81414744a57465b9688a0951085e0226be552947.zip |
Add USES=makeinfo. It still doesn't build but at least it fails using the
correct tools.
-rw-r--r-- | news/husky-fidoconf-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/husky-fidoconf-devel/Makefile b/news/husky-fidoconf-devel/Makefile index 8d747d454ae8..fd19a56fbdc0 100644 --- a/news/husky-fidoconf-devel/Makefile +++ b/news/husky-fidoconf-devel/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libsmapi.so:${PORTSDIR}/news/husky-smapi-devel CONFLICTS= husky-fidoconf-[0-9]* -USES+= perl5 shebangfix +USES+= perl5 shebangfix makeinfo SHEBANG_FILES= util/fconf2areasbbs.pl util/fconf2na.pl util/sq2fc.pl USE_LDCONFIG= yes INSTALL_TARGET= install install-man |