diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-11-11 19:59:55 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-11-11 19:59:55 +0800 |
commit | 68036db43cd9e32a2ec74856b4fbc1e3c580c064 (patch) | |
tree | 967a60b52a2c6a55eb62c604ab020d429226e211 /emulators/xcpc | |
parent | e0ad301ffd7316129f28f9cb1d47b374bf2f8daf (diff) | |
download | freebsd-ports-gnome-68036db43cd9e32a2ec74856b4fbc1e3c580c064.tar.gz freebsd-ports-gnome-68036db43cd9e32a2ec74856b4fbc1e3c580c064.tar.zst freebsd-ports-gnome-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)
Diffstat (limited to 'emulators/xcpc')
-rw-r--r-- | emulators/xcpc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/xcpc/Makefile b/emulators/xcpc/Makefile index 81c647608033..5aaf2994ba8e 100644 --- a/emulators/xcpc/Makefile +++ b/emulators/xcpc/Makefile @@ -3,7 +3,7 @@ PORTNAME= xcpc PORTVERSION= 20070122 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -19,8 +19,7 @@ USE_XORG= ice USE_GNOME= glib20 USES= gettext iconv pkgconfig -LIB_DEPENDS+= libicui18n.so:devel/icu \ - libpcre.so:devel/pcre \ +LIB_DEPENDS+= libpcre.so:devel/pcre \ libdsk.so:emulators/libdsk OPTIONS_DEFINE= MOTIF ATHENA XSHM DEBUG |