diff options
author | joerg <joerg@pkgsrc.org> | 2009-10-06 18:47:10 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-10-06 18:47:10 +0000 |
commit | 8d1cd03ebfee79a4e87453ae79bc3e113092cdc1 (patch) | |
tree | 359dc88e71ddaf927ce4a2a1bc115864ed4973a7 /x11 | |
parent | 984dabc4df5aa1701c8456df7da557330f122f52 (diff) | |
download | pkgsrc-8d1cd03ebfee79a4e87453ae79bc3e113092cdc1.tar.gz |
No APM on NetBSD/amd64.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/matchbox-panel/Makefile | 7 |
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 |