diff options
author | mat <mat@FreeBSD.org> | 2014-09-18 06:01:10 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-09-18 06:01:10 +0800 |
commit | 8e87c01d4af45554af8790368c61cc7babbcb7a2 (patch) | |
tree | ac8986bb18b64a501886e8038c3e5198a4b35420 | |
parent | 2f5f19f5a31d8cadaff37df438ff661b393f8434 (diff) | |
download | freebsd-ports-gnome-8e87c01d4af45554af8790368c61cc7babbcb7a2.tar.gz freebsd-ports-gnome-8e87c01d4af45554af8790368c61cc7babbcb7a2.tar.zst freebsd-ports-gnome-8e87c01d4af45554af8790368c61cc7babbcb7a2.zip |
Remove two obsolete and unused lines.
Submitted by: tijl
Sponsored by: Absolight
-rw-r--r-- | dns/bundy/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dns/bundy/Makefile b/dns/bundy/Makefile index e150ce86bcc4..9c480e5e416d 100644 --- a/dns/bundy/Makefile +++ b/dns/bundy/Makefile @@ -37,8 +37,6 @@ USES= compiler:c++11-lang pathfix pkgconfig libtool python:3 autoreconf USE_LDCONFIG= yes PATHFIX_MAKEFILEIN= Makefile.am -ACLOCAL_ARGS= -I m4macros -AUTOMAKE_ARGS= --add-missing GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var \ --without-werror \ |