diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-07-07 14:58:09 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-07-07 14:58:09 +0000 |
commit | f9be79d54e055f9c19799892c8688b9b3acf5624 (patch) | |
tree | 23814e39f73f0e1694efa7887731ed6f0556e293 /x11-wm | |
parent | 7dca9116c671430ef37017f12cabde44c071a5e3 (diff) | |
download | ports-f9be79d54e055f9c19799892c8688b9b3acf5624.tar.gz ports-f9be79d54e055f9c19799892c8688b9b3acf5624.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/icewm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index 695529263d46..e3e6209f28b2 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -15,10 +15,10 @@ LICENSE= GPLv2 WANT_GNOME= yes USE_XORG= x11 ice xinerama xext xrandr sm USE_GNOME= gtk20 # gdkpixbuf really :-) -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +USES= gmake CONFIGURE_ARGS= --enable-shaped-decorations \ --enable-guievents \ --with-cfgdir=${DATADIR} \ |