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-clocks | |
parent | 94d6b27262b65463638960ad67588da1a0138126 (diff) | |
download | freebsd-ports-graphics-0400b2c7ffd8d495abfaff9f6419752b85e249fc.tar.gz freebsd-ports-graphics-0400b2c7ffd8d495abfaff9f6419752b85e249fc.tar.zst freebsd-ports-graphics-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-clocks')
-rw-r--r-- | x11-clocks/bmp-alarm/Makefile | 2 | ||||
-rw-r--r-- | x11-clocks/sanduhr/Makefile | 2 | ||||
-rw-r--r-- | x11-clocks/xfce4-datetime-plugin/Makefile | 2 | ||||
-rw-r--r-- | x11-clocks/xfce4-timer-plugin/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/x11-clocks/bmp-alarm/Makefile b/x11-clocks/bmp-alarm/Makefile index c408f276576..b5b93e1b4c1 100644 --- a/x11-clocks/bmp-alarm/Makefile +++ b/x11-clocks/bmp-alarm/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player USE_AUTOTOOLS= libtool USE_BZIP2= yes -USE_GNOME= gnometarget gtk20 +USE_GNOME= gtk20 GNU_CONFIGURE= yes PLIST_FILES= lib/bmp/General/libalarm.so diff --git a/x11-clocks/sanduhr/Makefile b/x11-clocks/sanduhr/Makefile index b178c0b6d61..3c2b18883fe 100644 --- a/x11-clocks/sanduhr/Makefile +++ b/x11-clocks/sanduhr/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://seehuhn.de/media/programs/ MAINTAINER= araujo@FreeBSD.org COMMENT= An alarm clock for GNOME desktop designed as a sand-glass -USE_GNOME= gnomehack gnometarget gnomeprefix libgnomeui oaf +USE_GNOME= gnomehack gnomeprefix libgnomeui oaf USE_GMAKE= yes INSTALLS_OMF= yes GNU_CONFIGURE= yes diff --git a/x11-clocks/xfce4-datetime-plugin/Makefile b/x11-clocks/xfce4-datetime-plugin/Makefile index 81b719fada2..aa4bc8461eb 100644 --- a/x11-clocks/xfce4-datetime-plugin/Makefile +++ b/x11-clocks/xfce4-datetime-plugin/Makefile @@ -21,7 +21,7 @@ USE_BZIP2= yes INSTALLS_ICONS= yes USE_GETTEXT= yes GNU_CONFIGURE= yes -USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig +USE_GNOME= gtk20 intltool intlhack pkgconfig USE_XFCE= configenv libgui libutil panel .include <bsd.port.mk> diff --git a/x11-clocks/xfce4-timer-plugin/Makefile b/x11-clocks/xfce4-timer-plugin/Makefile index 80e79382d90..ab678c6105d 100644 --- a/x11-clocks/xfce4-timer-plugin/Makefile +++ b/x11-clocks/xfce4-timer-plugin/Makefile @@ -20,7 +20,7 @@ USE_GMAKE= yes INSTALLS_ICONS= yes USE_GETTEXT= yes GNU_CONFIGURE= yes -USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig +USE_GNOME= gtk20 intltool intlhack pkgconfig USE_XFCE= configenv libgui libutil panel .include <bsd.port.mk> |