aboutsummaryrefslogtreecommitdiff
path: root/dns/bundy
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-11-11 11:59:55 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-11-11 11:59:55 +0000
commit68036db43cd9e32a2ec74856b4fbc1e3c580c064 (patch)
tree967a60b52a2c6a55eb62c604ab020d429226e211 /dns/bundy
parente0ad301ffd7316129f28f9cb1d47b374bf2f8daf (diff)
downloadports-68036db43cd9e32a2ec74856b4fbc1e3c580c064.tar.gz
ports-68036db43cd9e32a2ec74856b4fbc1e3c580c064.zip
Track used or drop unused devel/icu dependency
This tries to fix discrepancy between $ pkg rquery '%o %B' | awk '/libicu/ { print $1 }' | sort -u $ git grep -lF :devel/icu | sed 's,/Makefile$,,' PR: 214384 Reported by: tijl, stage-qa, readelf(1)
Notes
Notes: svn path=/head/; revision=425890
Diffstat (limited to 'dns/bundy')
-rw-r--r--dns/bundy/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/dns/bundy/Makefile b/dns/bundy/Makefile
index d757f31a6f00..b20671ba0be3 100644
--- a/dns/bundy/Makefile
+++ b/dns/bundy/Makefile
@@ -3,7 +3,7 @@
PORTNAME= bundy
PORTVERSION= 0.20160125
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= dns
MASTER_SITES= LOCAL/mat/bundy SF/boost/boost/1.55.0:boost
DISTFILES+= boost_1_55_0.tar.bz2:boost
@@ -22,7 +22,6 @@ BUILD_DEPENDS= ${LOCALBASE}/include/log4cplus/logger.h:devel/log4cplus \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/${PYTHON_PKGNAMEPREFIX}sqlite3
LIB_DEPENDS= libbotan-1.10.so:security/botan110 \
liblog4cplus.so:devel/log4cplus \
- libicuuc.so:devel/icu \
libgmp.so:math/gmp \
libsqlite3.so:databases/sqlite3
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/${PYTHON_PKGNAMEPREFIX}sqlite3