diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-07 20:48:42 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-07 20:48:42 +0800 |
commit | e68c3685ca44ade708bfa01f8b70f12f12a8d875 (patch) | |
tree | 1d5dac8ef7b90ae23b561f974921131638b0150d /x11 | |
parent | 009608dbf57baab833f9e3b912bd39829edb9369 (diff) | |
download | marcuscom-ports-e68c3685ca44ade708bfa01f8b70f12f12a8d875.tar.gz marcuscom-ports-e68c3685ca44ade708bfa01f8b70f12f12a8d875.tar.zst marcuscom-ports-e68c3685ca44ade708bfa01f8b70f12f12a8d875.zip |
- USE_XLIB
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7605 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libxfce4mcs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/libxfce4mcs/Makefile b/x11/libxfce4mcs/Makefile index 00184007c..58b9933a4 100644 --- a/x11/libxfce4mcs/Makefile +++ b/x11/libxfce4mcs/Makefile @@ -7,7 +7,7 @@ PORTNAME= libxfce4mcs PORTVERSION= 4.2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 xfce MASTER_SITES= http://www.us.xfce.org/archive/xfce-${PORTVERSION}/src/ \ http://www.ca-us.xfce.org/archive/xfce-${PORTVERSION}/src/ \ @@ -20,6 +20,7 @@ COMMENT= XFce 4 settings management library used by most XFce 4 modules LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util +USE_XLIB= yes USE_GNOME= glib20 gnomehack GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} |