diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-26 19:02:07 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-26 19:02:07 +0800 |
commit | 0c8da4920f93e648ef49aa75b82edd7bc80248d0 (patch) | |
tree | 0de602f098e477f6ed27b73ba07b3bc5fdd00f17 /net/quagga | |
parent | a5a6ce04018da64c759d5d5d7ed6f4b4fa41f562 (diff) | |
download | freebsd-ports-gnome-0c8da4920f93e648ef49aa75b82edd7bc80248d0.tar.gz freebsd-ports-gnome-0c8da4920f93e648ef49aa75b82edd7bc80248d0.tar.zst freebsd-ports-gnome-0c8da4920f93e648ef49aa75b82edd7bc80248d0.zip |
Allow to build with texinfo from ports
With hat: portmgr
Diffstat (limited to 'net/quagga')
-rw-r--r-- | net/quagga/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 52f962aabc37..6fad5b48def6 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -17,7 +17,7 @@ LICENSE= GPLv2 CONFLICTS= openbgpd-[0-9]* openospfd-[0-9]* zebra-0* quagga-re-[0-9]* -USES= gmake perl5 libtool +USES= gmake libtool makeinfo perl5 USE_AUTOTOOLS= autoheader aclocal ACLOCAL_ARGS= -I${LOCALBASE}/share/aclocal BUILD_DEPENDS+= gawk:${PORTSDIR}/lang/gawk |