diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-21 08:07:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-21 08:07:32 +0800 |
commit | c8492c8e2a6c1443bc4c0ed98dc63bf8fb3cece8 (patch) | |
tree | e81af951b741e8eacae096331e85c00de1f603df /editors | |
parent | 0ebbf9e64dc25894adc90974ba9f35022af663d7 (diff) | |
download | freebsd-ports-graphics-c8492c8e2a6c1443bc4c0ed98dc63bf8fb3cece8.tar.gz freebsd-ports-graphics-c8492c8e2a6c1443bc4c0ed98dc63bf8fb3cece8.tar.zst freebsd-ports-graphics-c8492c8e2a6c1443bc4c0ed98dc63bf8fb3cece8.zip |
Get rid of gnomehier
Diffstat (limited to 'editors')
-rw-r--r-- | editors/pluma/Makefile | 3 | ||||
-rw-r--r-- | editors/winefish/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/editors/pluma/Makefile b/editors/pluma/Makefile index 81f7f79bf66..9a326d6d818 100644 --- a/editors/pluma/Makefile +++ b/editors/pluma/Makefile @@ -3,6 +3,7 @@ PORTNAME= pluma PORTVERSION= 1.8.1 +PORTREVISION= 1 CATEGORIES= editors mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -21,7 +22,7 @@ PORTSCOUT= limitw:1,even USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \ python:2 shebangfix tar:xz USE_XORG= sm x11 -USE_GNOME= gnomehier gtk20 gtksourceview2 gvfs intlhack libxml2 \ +USE_GNOME= gtk20 gtksourceview2 gvfs intlhack libxml2 \ pygobject pygtk2 pygtksourceview USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/editors/winefish/Makefile b/editors/winefish/Makefile index befefcb721f..1f55b93a0b2 100644 --- a/editors/winefish/Makefile +++ b/editors/winefish/Makefile @@ -3,7 +3,7 @@ PORTNAME= winefish DISTVERSION= 1.3.3 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= editors print MASTER_SITES= http://download.berlios.de/winefish/ \ http://nivi.interfree.it/distfiles/winefish/ @@ -25,7 +25,7 @@ CONFIGURE_ARGS= --with-freedesktop_org-menu=${GNOME_LOCALSTATEDIR}/applications --with-icon-path=${GNOME_LOCALSTATEDIR}/pixmaps --disable-update-databases GNU_CONFIGURE= yes USES= gmake pkgconfig desktop-file-utils shared-mime-info -USE_GNOME= libgnomeui gnomehier +USE_GNOME= libgnomeui USE_TEX= latex OPTIONS_DEFINE= CONTEXT VNTEX UNIKEY_GTK NLS DOCS |