diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 11:11:33 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 11:11:33 +0000 |
commit | c4c8f4be4536497618de854065bf169361a7ad2b (patch) | |
tree | 965f82d89155ed89bcaf360c6ab2b1ed750b5314 /x11-wm/icewm | |
parent | 8e81e236966d75c66033bf5e81aaa65ece61e8d7 (diff) |
Notes
Diffstat (limited to 'x11-wm/icewm')
-rw-r--r-- | x11-wm/icewm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index 912c7c95af0f..7404c0a1147a 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -7,6 +7,7 @@ PORTNAME= icewm PORTVERSION= 1.2.34 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= SF @@ -53,7 +54,7 @@ PLIST_SUB+= GNOMEDESKTOP="@comment " USE_GNOME+= imlib CONFIGURE_ARGS+=--with-imlib .else -USE_XPM= yes +USE_XORG= xpm CONFIGURE_ARGS+=--without-imlib .endif |