diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Terminal/Makefile | 1 | ||||
-rw-r--r-- | x11/deskmenu/Makefile | 1 | ||||
-rw-r--r-- | x11/gtstarter/Makefile | 2 | ||||
-rw-r--r-- | x11/libexo/Makefile | 1 | ||||
-rw-r--r-- | x11/libxfce4mcs/Makefile | 1 | ||||
-rw-r--r-- | x11/xclick/Makefile | 5 |
6 files changed, 3 insertions, 8 deletions
diff --git a/x11/Terminal/Makefile b/x11/Terminal/Makefile index 60f4109b6cc7..ae2c3f323f9d 100644 --- a/x11/Terminal/Makefile +++ b/x11/Terminal/Makefile @@ -24,7 +24,6 @@ USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig vte USE_XFCE= configenv libexo -USE_XLIB= yes OPTIONS= DBUS "Enable D-BUS support" on \ STARTUP "Enable startup notification support" on diff --git a/x11/deskmenu/Makefile b/x11/deskmenu/Makefile index 48a5cfa2623e..e11e1fba7b64 100644 --- a/x11/deskmenu/Makefile +++ b/x11/deskmenu/Makefile @@ -16,7 +16,6 @@ MAINTAINER= matt@peterson.org COMMENT= X11 application launcher PLIST_FILES= bin/deskmenu -USE_X_PREFIX= yes USE_GNOME= gtk12 USE_GMAKE= yes diff --git a/x11/gtstarter/Makefile b/x11/gtstarter/Makefile index 264329475700..7c9e3ad058b5 100644 --- a/x11/gtstarter/Makefile +++ b/x11/gtstarter/Makefile @@ -7,6 +7,7 @@ PORTNAME= gtstarter PORTVERSION= 0.4.6.3 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= http://webonaut.com/distfiles/${PORTNAME}/ @@ -14,7 +15,6 @@ MAINTAINER= klammer@webonaut.com COMMENT= Start gnome-terminal from a list of configured profiles (incl. Applet) USE_BZIP2= yes -USE_X_PREFIX= yes USE_PYTHON= yes USE_GNOME= pygnome2 pygnomeextras gnomeprefix diff --git a/x11/libexo/Makefile b/x11/libexo/Makefile index 97ce7bd761f5..96d69b251ddf 100644 --- a/x11/libexo/Makefile +++ b/x11/libexo/Makefile @@ -30,7 +30,6 @@ USE_GNOME= glib20 gnomehack gnometarget gtk20 intltool intlhack pkgconfig USE_LDCONFIG= yes USE_PERL5= yes USE_XFCE= configenv libutil mcsmanager -USE_XLIB= yes OPTIONS= HAL "Enable HAL support" on \ NOTIFY "Enable notification support" on \ diff --git a/x11/libxfce4mcs/Makefile b/x11/libxfce4mcs/Makefile index 57a41938c96b..4eee014fa26b 100644 --- a/x11/libxfce4mcs/Makefile +++ b/x11/libxfce4mcs/Makefile @@ -23,7 +23,6 @@ USE_GMAKE= yes USE_GNOME= glib20 gnomehack gnometarget pkgconfig USE_LDCONFIG= yes USE_XFCE= configenv libutil -USE_XLIB= yes OPTIONS= GTKDOC "install the library documentation" off \ STARTUP "Enable startup notification support" on diff --git a/x11/xclick/Makefile b/x11/xclick/Makefile index 907cb7ffe59c..b35f863171e6 100644 --- a/x11/xclick/Makefile +++ b/x11/xclick/Makefile @@ -7,7 +7,7 @@ PORTNAME= xclick PORTVERSION= 0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://members.shaw.ca/gehrehmee/ \ http://bg.rifetech.com/ @@ -17,8 +17,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= lioux@FreeBSD.org COMMENT= Generates X11 mouse button click events -USE_X_PREFIX= yes -USE_XLIB= yes +USE_XORG= x11 xtst xext xfixes xi PLIST_FILES= bin/${PORTNAME} |