aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2012-02-19 22:08:29 +0000
committerDoug Barton <dougb@FreeBSD.org>2012-02-19 22:08:29 +0000
commitcde508e4f20475b0c2ac5e81c041d4b41193450c (patch)
tree8097ba68a9b151299aadc41d5a814e9a52f387a6 /x11-wm
parent797cf2f9786bd759a7401f2041dbe51c2ea5b80c (diff)
downloadports-cde508e4f20475b0c2ac5e81c041d4b41193450c.tar.gz
ports-cde508e4f20475b0c2ac5e81c041d4b41193450c.zip
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/windowmaker/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile
index 4eb4ea11ccb8..3458ccf2d1b8 100644
--- a/x11-wm/windowmaker/Makefile
+++ b/x11-wm/windowmaker/Makefile
@@ -16,9 +16,10 @@ DISTNAME= WindowMaker-${PORTVERSION}
MAINTAINER= dougb@FreeBSD.org
COMMENT?= GNUstep-compliant NeXTstep window manager clone
-LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \
- png.6:${PORTSDIR}/graphics/png \
- tiff.4:${PORTSDIR}/graphics/tiff
+LIB_DEPENDS= gif:${PORTSDIR}/graphics/giflib \
+ png:${PORTSDIR}/graphics/png \
+ jbig:${PORTSDIR}/graphics/jbigkit \
+ tiff:${PORTSDIR}/graphics/tiff
.if !defined(LWR_SLAVE)
RUN_DEPENDS= ${LOCALBASE}/share/WindowMaker/Themes/LeetWM.themed/style:${PORTSDIR}/graphics/wmicons
@@ -30,7 +31,7 @@ MAKE_JOBS_SAFE= yes
USE_AUTOTOOLS= libtool
USE_BZIP2= yes
USE_GNOME= gnomehack pkgconfig
-USE_XORG= xpm xft
+USE_XORG= xft xinerama xmu xpm xrandr
USE_GETTEXT= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
@@ -42,7 +43,7 @@ CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/include/X11/pixmaps \
--with-gnustepdir="${PREFIX}/GNUstep" \
--enable-modelock --enable-xrandr \
--enable-xinerama --enable-usermenu \
- --disable-debug
+ --with-x
USE_LDCONFIG= yes
.if !defined(LWR_SLAVE)