diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-14 06:24:18 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-14 06:24:18 +0800 |
commit | 177939f44ba780ea56139dba457822e52f0e5e78 (patch) | |
tree | 0cd2f74c2602d3001e7f3631dacb64d3a4792582 /net/quagga | |
parent | 7967262e9501792c8f2b97ef469dd161fbd760f0 (diff) | |
download | freebsd-ports-gnome-177939f44ba780ea56139dba457822e52f0e5e78.tar.gz freebsd-ports-gnome-177939f44ba780ea56139dba457822e52f0e5e78.tar.zst freebsd-ports-gnome-177939f44ba780ea56139dba457822e52f0e5e78.zip |
Fix build on recent head without shared readline
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 6fad5b48def6..ec31c75a8c5a 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 libtool makeinfo perl5 +USES= gmake libtool makeinfo perl5 readline USE_AUTOTOOLS= autoheader aclocal ACLOCAL_ARGS= -I${LOCALBASE}/share/aclocal BUILD_DEPENDS+= gawk:${PORTSDIR}/lang/gawk |