pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/pekwm Enable xinerama support by default, bump pack...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d1630c0403e7
branches:  trunk
changeset: 460336:d1630c0403e7
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Thu Aug 28 22:41:39 2003 +0000

description:
Enable xinerama support by default, bump package revision to 1.

diffstat:

 wm/pekwm/Makefile |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 466a936df4b2 -r d1630c0403e7 wm/pekwm/Makefile
--- a/wm/pekwm/Makefile Thu Aug 28 22:35:39 2003 +0000
+++ b/wm/pekwm/Makefile Thu Aug 28 22:41:39 2003 +0000
@@ -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_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}
 



Home | Main Index | Thread Index | Old Index