diff options
author | kwm <kwm@FreeBSD.org> | 2011-08-12 03:20:17 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-08-12 03:20:17 +0800 |
commit | 0400b2c7ffd8d495abfaff9f6419752b85e249fc (patch) | |
tree | 2b6ace863c4ac36dc5529a870236255349e07060 /editors | |
parent | 94d6b27262b65463638960ad67588da1a0138126 (diff) | |
download | freebsd-ports-gnome-0400b2c7ffd8d495abfaff9f6419752b85e249fc.tar.gz freebsd-ports-gnome-0400b2c7ffd8d495abfaff9f6419752b85e249fc.tar.zst freebsd-ports-gnome-0400b2c7ffd8d495abfaff9f6419752b85e249fc.zip |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/bless/Makefile | 2 | ||||
-rw-r--r-- | editors/mousepad/Makefile | 2 | ||||
-rw-r--r-- | editors/poedit/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/editors/bless/Makefile b/editors/bless/Makefile index c4b03e56854c..36c2eac58290 100644 --- a/editors/bless/Makefile +++ b/editors/bless/Makefile @@ -16,7 +16,7 @@ MASTER_SITES= http://download.gna.org/bless/ MAINTAINER= mono@FreeBSD.org COMMENT= A high quality, full featured hex editor -USE_GNOME= gnomehack gnomeprefix gnometarget gnomedocutils gtksharp20 +USE_GNOME= gnomehack gnomeprefix gnomedocutils gtksharp20 USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/editors/mousepad/Makefile b/editors/mousepad/Makefile index 1be031edb2d4..835038aa276b 100644 --- a/editors/mousepad/Makefile +++ b/editors/mousepad/Makefile @@ -20,7 +20,7 @@ GNU_CONFIGURE= yes USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes -USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig +USE_GNOME= gtk20 intltool intlhack pkgconfig USE_XFCE= configenv libgui .include <bsd.port.mk> diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile index f6c79a6baaf3..9c360c86e361 100644 --- a/editors/poedit/Makefile +++ b/editors/poedit/Makefile @@ -19,7 +19,7 @@ COMMENT= Gettext catalogs (.po files) editor BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell -USE_GNOME= gnometarget pkgconfig +USE_GNOME= pkgconfig USE_WX= 2.8+ WX_CONF_ARGS= absolute WX_UNICODE= yes |