diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-14 06:16:30 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-14 06:16:30 +0800 |
commit | 7967262e9501792c8f2b97ef469dd161fbd760f0 (patch) | |
tree | d8252a5c209c5bb2c74858d1a3b2a29ba2d25601 /net | |
parent | 902489cef98b3476c4cf39a84cd8f4d25b06f8a7 (diff) | |
download | freebsd-ports-gnome-7967262e9501792c8f2b97ef469dd161fbd760f0.tar.gz freebsd-ports-gnome-7967262e9501792c8f2b97ef469dd161fbd760f0.tar.zst freebsd-ports-gnome-7967262e9501792c8f2b97ef469dd161fbd760f0.zip |
Fix build on recent head without shared readline
Diffstat (limited to 'net')
-rw-r--r-- | net/bird/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bird/Makefile b/net/bird/Makefile index 742bca81c9d3..c02ac345f4b0 100644 --- a/net/bird/Makefile +++ b/net/bird/Makefile @@ -12,7 +12,7 @@ COMMENT?= Dynamic IP routing daemon (IPv4 version) LICENSE= GPLv2 -USES= bison gmake +USES= bison gmake readline GNU_CONFIGURE= yes CONFIGURE_ARGS+= --localstatedir=/var USE_CSTD= gnu89 |