aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2016-11-11 19:59:55 +0800
committerjbeich <jbeich@FreeBSD.org>2016-11-11 19:59:55 +0800
commitfc6536e4588fca2be0f835e0f71ae3f8764e39f1 (patch)
tree967a60b52a2c6a55eb62c604ab020d429226e211 /emulators
parent6775ec204c6408f58f8a4dc680c6a82d0dca1921 (diff)
downloadfreebsd-ports-graphics-fc6536e4588fca2be0f835e0f71ae3f8764e39f1.tar.gz
freebsd-ports-graphics-fc6536e4588fca2be0f835e0f71ae3f8764e39f1.tar.zst
freebsd-ports-graphics-fc6536e4588fca2be0f835e0f71ae3f8764e39f1.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')
-rw-r--r--emulators/xcpc/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/xcpc/Makefile b/emulators/xcpc/Makefile
index 81c64760803..5aaf2994ba8 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
24&id=d1311058bc4b4310cc2ab9acbdfc1597f8eb72a0'>Add extra repositorycrees2012-02-242-2/+38 * Prevent to add @dirrm entries begining with a /bapt2012-02-231-1/+1 * Fix multiple security vulnerabilities.jkim2012-02-182-1/+786 * - Mark as IGNORE. No development version is available right now.gahr2012-02-171-1/+1 * - Update to 7.1gahr2012-02-173-594/+488 * . Make EXTRACT_DEPENDS check UNZIP_CMD rather than just unzip, since thisglewis2012-02-124-4/+4 * . Add a port of Oracle Linux JDK 7.glewis2012-02-057-0/+1610