summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-09-11 17:17:35 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-09-11 17:17:35 +0000
commit251f4ca6f14914170f3b0d23731bb82c39775a4a (patch)
tree1a0c82510e2ad579641a51eadbef715702daac7a /x11-wm
parent- convert to the new perl5 framework (diff)
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=326995
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 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} \