pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/matchbox-panel No APM on NetBSD/amd64.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f5558e88003e
branches:  trunk
changeset: 399869:f5558e88003e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Oct 06 18:47:10 2009 +0000

description:
No APM on NetBSD/amd64.

diffstat:

 x11/matchbox-panel/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 323095e274a0 -r f5558e88003e x11/matchbox-panel/Makefile
--- a/x11/matchbox-panel/Makefile       Tue Oct 06 18:34:14 2009 +0000
+++ b/x11/matchbox-panel/Makefile       Tue Oct 06 18:47:10 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2009/07/22 09:01:54 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2009/10/06 18:47:10 joerg Exp $
 #
 
 DISTNAME=              matchbox-panel-0.9.2
@@ -24,7 +24,10 @@
 .include "../../mk/bsd.prefs.mk"
 
 PLIST_VARS=            apm
-.if ${OPSYS} != "DragonFly"
+.if ${OPSYS} == "DragonFly" || \
+    ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "x86_64"
+# Nada
+.else 
 PLIST.apm=             yes
 .endif
 



Home | Main Index | Thread Index | Old Index