diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
commit | 3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 (patch) | |
tree | d573ea09b2bf6be67cb497df199932da9e2707c4 /x11-wm/golem | |
parent | 40049f4af2200d0dcf33596508688623fc75f764 (diff) |
Notes
Diffstat (limited to 'x11-wm/golem')
-rw-r--r-- | x11-wm/golem/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/x11-wm/golem/Makefile b/x11-wm/golem/Makefile index bd42ec6a2beb..a71b1acfaf15 100644 --- a/x11-wm/golem/Makefile +++ b/x11-wm/golem/Makefile @@ -7,10 +7,9 @@ PORTNAME= golem PORTVERSION= 0.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Small window manager with themes and plugins @@ -23,14 +22,14 @@ PLIST_SUB+= NO_SOUND="" PLIST_SUB+= NO_SOUND="@comment " .endif +USE_XORG= x11 xext xpm +GNU_CONFIGURE= yes + .if defined(WANT_XINERAMA) CONFIGURE_ARGS+= --enable-xinerama +USE_XORG+= xinerama .endif -USE_X_PREFIX= yes -USE_XPM= yes -GNU_CONFIGURE= yes - MANCOMPRESSED= yes MAN1= golem.1 |