aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-07-14 06:16:30 +0800
committerbapt <bapt@FreeBSD.org>2014-07-14 06:16:30 +0800
commit7967262e9501792c8f2b97ef469dd161fbd760f0 (patch)
treed8252a5c209c5bb2c74858d1a3b2a29ba2d25601 /net
parent902489cef98b3476c4cf39a84cd8f4d25b06f8a7 (diff)
downloadfreebsd-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/Makefile2
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