diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-12-09 15:40:21 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-12-09 15:40:21 +0000 |
commit | 79e3454fc998324bca63a7c908ea65e7d2e2e690 (patch) | |
tree | 9919e8853f1036eb82165ae982fe76bc1178a435 /dns/bind9-devel | |
parent | 0a2fb2afdc6188ae7f322198396de95cfa36ab22 (diff) | |
download | freebsd-ports-79e3454fc998324bca63a7c908ea65e7d2e2e690.zip |
This was fixed by the previous commit.
Sponsored by: Absolight
Diffstat (limited to 'dns/bind9-devel')
-rw-r--r-- | dns/bind9-devel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index c312f1d1bf99..be4ab06b45e8 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -55,7 +55,6 @@ CONFIGURE_ARGS+= --localstatedir=/var --disable-linux-caps \ CONFIGURE_ARGS+= --disable-shared .endif ETCDIR= ${PREFIX}/etc/namedb -LDFLAGS+= -L${LOCALBASE}/lib # for ports-based libedit CONFLICTS+= bind9*-9.[456789].* bind910-* bind911-* bind9*-sdb-9.[456789].* |