summaryrefslogtreecommitdiff
path: root/x11/matchbox-panel
diff options
context:
space:
mode:
authorjoerg <joerg>2009-10-06 18:47:10 +0000
committerjoerg <joerg>2009-10-06 18:47:10 +0000
commit595286ffd898c63601877e3b38f937b7f0149229 (patch)
tree359dc88e71ddaf927ce4a2a1bc115864ed4973a7 /x11/matchbox-panel
parent823a62b1325baa404450ba62c0f410beba5ac41a (diff)
downloadpkgsrc-595286ffd898c63601877e3b38f937b7f0149229.tar.gz
No APM on NetBSD/amd64.
Diffstat (limited to 'x11/matchbox-panel')
-rw-r--r--x11/matchbox-panel/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/x11/matchbox-panel/Makefile b/x11/matchbox-panel/Makefile
index 5f17dd845a8..3a67fb3252a 100644
--- a/x11/matchbox-panel/Makefile
+++ b/x11/matchbox-panel/Makefile
@@ -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 @@ CONFIGURE_ARGS+= --enable-nls
.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