diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-11 17:17:35 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-11 17:17:35 +0000 |
commit | 251f4ca6f14914170f3b0d23731bb82c39775a4a (patch) | |
tree | 1a0c82510e2ad579641a51eadbef715702daac7a /x11-wm | |
parent | 2c59cf34e76e83163267dcd971e9939e4bbaab41 (diff) | |
download | ports-251f4ca6f14914170f3b0d23731bb82c39775a4a.tar.gz ports-251f4ca6f14914170f3b0d23731bb82c39775a4a.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 7af1dca4e48d..f2c4b74187b9 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -18,7 +18,7 @@ USE_GNOME= gtk20 # gdkpixbuf really :-) GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USES= gmake +USES= gmake pkgconfig CONFIGURE_ARGS= --enable-shaped-decorations \ --enable-guievents \ --with-cfgdir=${DATADIR} \ |