summaryrefslogtreecommitdiff
path: root/wm/pekwm
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2003-08-28 22:41:39 +0000
committerxtraeme <xtraeme>2003-08-28 22:41:39 +0000
commite773f33aa1cc004b0bcb9251bdf38a6ca6a3db0f (patch)
treebedcb46f0e93dfd83f98edf6b876fbd7a8762ad8 /wm/pekwm
parentd0cdce5000a96ff516ecccbf5a6d169a535969a9 (diff)
downloadpkgsrc-e773f33aa1cc004b0bcb9251bdf38a6ca6a3db0f.tar.gz
Enable xinerama support by default, bump package revision to 1.
Diffstat (limited to 'wm/pekwm')
-rw-r--r--wm/pekwm/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/wm/pekwm/Makefile b/wm/pekwm/Makefile
index 8ddeaaaa7f5..4ec297e0e38 100644
--- a/wm/pekwm/Makefile
+++ b/wm/pekwm/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2003/08/28 20:05:23 xtraeme Exp $
+# $NetBSD: Makefile,v 1.5 2003/08/28 22:41:39 xtraeme Exp $
#
DISTNAME= pekwm-0.1.3
+PKGREVISION= 1
CATEGORIES= wm
MASTER_SITES= http://pekwm.pekdon.net/files/source/
EXTRACT_SUFX= .tar.bz2
@@ -17,6 +18,12 @@ USE_X11= YES
USE_PERL5= run
USE_PKGINSTALL= YES
+.include "../../mk/bsd.prefs.mk"
+
+.if !exists(${X11BASE}/include/X11/extensions/Xinerama.h)
+CONFIGURE_ARGS+= --disable-xinerama
+.endif
+
CONFIGURE_ARGS+= --enable-harbour
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}