diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-26 11:02:07 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-26 11:02:07 +0000 |
commit | f672b8cfe6f4f6b2f1af20b60c9612910c428207 (patch) | |
tree | 0de602f098e477f6ed27b73ba07b3bc5fdd00f17 /net/quagga | |
parent | ea098ec9f376e9714997584848bcbe661f49fa6f (diff) | |
download | ports-f672b8cfe6f4f6b2f1af20b60c9612910c428207.tar.gz ports-f672b8cfe6f4f6b2f1af20b60c9612910c428207.zip |
Notes
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 |