From 595286ffd898c63601877e3b38f937b7f0149229 Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 6 Oct 2009 18:47:10 +0000 Subject: No APM on NetBSD/amd64. --- x11/matchbox-panel/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'x11') 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 -- cgit v1.2.3