summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-07-07 14:58:09 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-07-07 14:58:09 +0000
commitf9be79d54e055f9c19799892c8688b9b3acf5624 (patch)
tree23814e39f73f0e1694efa7887731ed6f0556e293 /x11-wm
parentRemove expired port: (diff)
Convert from USE_GMAKE to USES=gmake
Notes
Notes: svn path=/head/; revision=322442
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/icewm/Makefile2
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} \