diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2009-08-30 08:56:21 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2009-08-30 08:56:21 +0000 |
commit | c956eb0cbc5253a534b3b5b9afe55d8bace7afd7 (patch) | |
tree | c3d237eab25bb92a1000c6790e255d9be0bcbe38 /x11-wm | |
parent | 2340fec5d9f3cf94ade8857d517d01aca91cb715 (diff) | |
download | freebsd-ports-c956eb0cbc5253a534b3b5b9afe55d8bace7afd7.zip |
USE_XORG: add ice, sm, xft, xinerama and xrandr, which I missed on the last upgrade.
Noticed by: erwin
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/sawfish/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/sawfish/Makefile b/x11-wm/sawfish/Makefile index 6a16e25171d2..f87bdc913daf 100644 --- a/x11-wm/sawfish/Makefile +++ b/x11-wm/sawfish/Makefile @@ -8,6 +8,7 @@ PORTNAME= sawfish PORTVERSION= 1.5.0 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= x11-wm MASTER_SITES= SF/sawmill/${PORTNAME}/${PORTVERSION} @@ -24,7 +25,7 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/rep/${GNUHOST}/gui/gtk-2/gtk.so:${PORTSDIR}/x1 GNUHOST= ${ARCH}-pc-freebsd${OSREL:C/\..*//} PLIST_SUB= GNUHOST=${GNUHOST} VERSION=${PORTVERSION} -USE_XORG= x11 +USE_XORG= ice sm x11 xft xinerama xrandr USE_GMAKE= yes USE_GNOME= pango gtk20 glib20 USE_BZIP2= yes |