diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-08-11 21:18:45 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-08-11 21:18:45 +0000 |
commit | 9a2165c12a0a0dac4a6d4f8990f02b1603d1918b (patch) | |
tree | 45c69e07d9ccc94fdb18a513db6b5bd57cb585f1 /dns | |
parent | bfb4d8b7919acf84a5189c52e1afb633e3d7726d (diff) | |
download | ports-9a2165c12a0a0dac4a6d4f8990f02b1603d1918b.tar.gz ports-9a2165c12a0a0dac4a6d4f8990f02b1603d1918b.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnshistory/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/dnshistory/Makefile b/dns/dnshistory/Makefile index 6de59e685bc8..d63ef482e668 100644 --- a/dns/dnshistory/Makefile +++ b/dns/dnshistory/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre -USE_BDB= 4.2+ +USE_BDB= 42+ GNU_CONFIGURE= yes PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz |