aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2012-02-20 06:08:29 +0800
committerdougb <dougb@FreeBSD.org>2012-02-20 06:08:29 +0800
commiteaa294783d6a029783caf0c029efeca8a21140da (patch)
tree3bc0522c25fb9647a5d23b29a38b23219d2b4934 /x11-wm
parent6379b015f319bf92ee8a8bf9e855f784b586152d (diff)
downloadfreebsd-ports-gnome-eaa294783d6a029783caf0c029efeca8a21140da.tar.gz
freebsd-ports-gnome-eaa294783d6a029783caf0c029efeca8a21140da.tar.zst
freebsd-ports-gnome-eaa294783d6a029783caf0c029efeca8a21140da.zip
Add some more direct dependencies
Inspired by: pavmail
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)