diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xfce4-mcs-plugins/Makefile | 3 | ||||
-rw-r--r-- | sysutils/xwlans/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/xfce4-mcs-plugins/Makefile b/sysutils/xfce4-mcs-plugins/Makefile index acaaec97ae14..4ff42239c015 100644 --- a/sysutils/xfce4-mcs-plugins/Makefile +++ b/sysutils/xfce4-mcs-plugins/Makefile @@ -6,7 +6,7 @@ PORTNAME= xfce4-mcs-plugins PORTVERSION= 4.4.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= sysutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} DISTNAME= xfce-mcs-plugins-${PORTVERSION} @@ -22,5 +22,6 @@ USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig USE_XFCE= configenv libgui mcsmanager +USE_XORG= x11 xext .include <bsd.port.mk> diff --git a/sysutils/xwlans/Makefile b/sysutils/xwlans/Makefile index 56bfed9557d8..b82017f42b1f 100644 --- a/sysutils/xwlans/Makefile +++ b/sysutils/xwlans/Makefile @@ -7,7 +7,7 @@ PORTNAME= xwlans PORTVERSION= 0.1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://shapeshifter.se/code/xwlans/release/ \ http://mirror.shapeshifter.se/code/xwlans/release/ @@ -16,6 +16,7 @@ MAINTAINER= fli@shapeshifter.se COMMENT= Utilty to display your wavelan signal strength on the X11 root-display PLIST_FILES= bin/xwlans +USE_XORG= x11 .include <bsd.port.pre.mk> |