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 /x11-fm | |
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 'x11-fm')
-rw-r--r-- | x11-fm/gnome-commander2/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/mtoolsfm/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/xfe/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/x11-fm/gnome-commander2/Makefile b/x11-fm/gnome-commander2/Makefile index 58de9b7904aa..f22aa465655e 100644 --- a/x11-fm/gnome-commander2/Makefile +++ b/x11-fm/gnome-commander2/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \ CONFLICTS= gnome-commander-[0-9]* USE_BZIP2= yes -USE_GNOME= gnomedocutils gnomehack gnomeprefix gnometarget intlhack libgnomeui +USE_GNOME= gnomedocutils gnomehack gnomeprefix intlhack libgnomeui USE_GMAKE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool autoconf:env aclocal:env automake:env diff --git a/x11-fm/mtoolsfm/Makefile b/x11-fm/mtoolsfm/Makefile index 9876cddf3979..974e2b245b77 100644 --- a/x11-fm/mtoolsfm/Makefile +++ b/x11-fm/mtoolsfm/Makefile @@ -17,7 +17,7 @@ COMMENT= A graphical frontend to mtools RUN_DEPENDS= mtools:${PORTSDIR}/emulators/mtools -USE_GNOME= gnomehack gnometarget gtk12 +USE_GNOME= gnomehack gtk12 USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/x11-fm/xfe/Makefile b/x11-fm/xfe/Makefile index 12b6a91d03b0..8be9e46b6855 100644 --- a/x11-fm/xfe/Makefile +++ b/x11-fm/xfe/Makefile @@ -16,7 +16,7 @@ COMMENT= Fast MS-Explorer like filemanager for X LIB_DEPENDS= FOX-1.6:${PORTSDIR}/x11-toolkits/fox16 USE_XORG= xft -USE_GNOME= gnomehack gnometarget intltool +USE_GNOME= gnomehack intltool USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes |