diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-25 20:50:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-25 20:50:50 +0800 |
commit | 2cd4f6eab5d539e635a7a393595f0d2046874b24 (patch) | |
tree | 6b0858be66e0c72fdc76b082d8d4dc1232befe2e /sysutils/xfce4-mcs-plugins | |
parent | 724158c94e0ac63f5974e422e30c081ffd10c9c3 (diff) | |
download | freebsd-ports-gnome-2cd4f6eab5d539e635a7a393595f0d2046874b24.tar.gz freebsd-ports-gnome-2cd4f6eab5d539e635a7a393595f0d2046874b24.tar.zst freebsd-ports-gnome-2cd4f6eab5d539e635a7a393595f0d2046874b24.zip |
- Fix build
Submitted by: pointyhat
Diffstat (limited to 'sysutils/xfce4-mcs-plugins')
-rw-r--r-- | sysutils/xfce4-mcs-plugins/Makefile | 3 |
1 files changed, 2 insertions, 1 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> |