diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-04-27 08:50:46 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-04-27 08:50:46 +0000 |
commit | 821843ca06f2354ffe250825fcdffabb6d0caefa (patch) | |
tree | 5b8de344e457d5da2cf746d56e495a2ce03e1d99 /emulators/xcpc | |
parent | 89d548370ac959aac24d63bd8ab8e32723ecf53d (diff) |
Notes
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 15e4173e107e..3f3fef5556c0 100644 --- a/emulators/xcpc/Makefile +++ b/emulators/xcpc/Makefile @@ -16,9 +16,8 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+=--prefix=${PREFIX} USE_XORG= ice -USE_GNOME= pkgconfig glib20 -USE_ICONV= yes -USES= gettext +USE_GNOME= glib20 +USES= gettext iconv pkgconfig LIB_DEPENDS+= icui18n:${PORTSDIR}/devel/icu \ pcre.3:${PORTSDIR}/devel/pcre \ |