diff options
author | miwi <miwi@FreeBSD.org> | 2008-04-21 22:31:47 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-04-21 22:31:47 +0800 |
commit | 291cc7f975c22492b35653885b975d91f4519855 (patch) | |
tree | bdb605dd36087b3649facf17c68115d7493818cd /x11-wm/icewm | |
parent | 5d6a82f33a3d63ccb286e2de574ebf9cb8449ec6 (diff) | |
download | freebsd-ports-gnome-291cc7f975c22492b35653885b975d91f4519855.tar.gz freebsd-ports-gnome-291cc7f975c22492b35653885b975d91f4519855.tar.zst freebsd-ports-gnome-291cc7f975c22492b35653885b975d91f4519855.zip |
- Fix build after xorg cleanup
Submitted by: pointyhat
Diffstat (limited to 'x11-wm/icewm')
-rw-r--r-- | x11-wm/icewm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index d0ddaaa33607..2ee48cd43d36 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -7,7 +7,7 @@ PORTNAME= icewm PORTVERSION= 1.2.35 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= SF @@ -15,7 +15,7 @@ MAINTAINER= alepulver@FreeBSD.org COMMENT= Window Manager designed for speed, usability and consistency WANT_GNOME= yes -USE_XORG= x11 ice xinerama xext +USE_XORG= x11 ice xinerama xext xrandr USE_GNOME= gnometarget USE_GMAKE= yes GNU_CONFIGURE= yes |