diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-23 06:46:11 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-23 06:46:11 +0800 |
commit | d98c996644fe8af32682e51c02ba3edd4f2d5083 (patch) | |
tree | bfe3b7df48bd6dcec3b480f1f87043c589e3d0d9 /textproc/scim | |
parent | 8b869e1889e9d74d207f5be8bbe576e3e0836547 (diff) | |
download | freebsd-ports-gnome-d98c996644fe8af32682e51c02ba3edd4f2d5083.tar.gz freebsd-ports-gnome-d98c996644fe8af32682e51c02ba3edd4f2d5083.tar.zst freebsd-ports-gnome-d98c996644fe8af32682e51c02ba3edd4f2d5083.zip |
Get rid of gnomehier
Diffstat (limited to 'textproc/scim')
-rw-r--r-- | textproc/scim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/scim/Makefile b/textproc/scim/Makefile index 364a5b01175f..07d2da333832 100644 --- a/textproc/scim/Makefile +++ b/textproc/scim/Makefile @@ -3,7 +3,7 @@ PORTNAME= scim PORTVERSION= 1.4.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= SF @@ -15,7 +15,7 @@ LICENSE= LGPL21 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= gettext gmake iconv libtool pathfix pkgconfig -USE_GNOME= gnomehier gtk20 intlhack +USE_GNOME= gtk20 intlhack USE_XORG= x11 xpm USE_LDCONFIG= yes |