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/gtkspell3 | |
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/gtkspell3')
-rw-r--r-- | textproc/gtkspell3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/gtkspell3/Makefile b/textproc/gtkspell3/Makefile index 9744f08673aa..437770e70160 100644 --- a/textproc/gtkspell3/Makefile +++ b/textproc/gtkspell3/Makefile @@ -3,7 +3,7 @@ PORTNAME= gtkspell3 PORTVERSION= 3.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc gnome MASTER_SITES= SF/gtkspell/${PORTVERSION} @@ -13,7 +13,7 @@ COMMENT= GTK+ 3 spell checking component BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant -USE_GNOME= gnomehier gnomeprefix gtk30 intlhack introspection:build +USE_GNOME= gnomeprefix gtk30 intlhack introspection:build USES= gettext gmake libtool:keepla pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes |