summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorwiz <wiz>2010-01-07 07:36:53 +0000
committerwiz <wiz>2010-01-07 07:36:53 +0000
commitbba541aaecc825f7c86f1af28e39543c36347d08 (patch)
treea0dd7b823376fc63016ffc3e585911efd9a83ee2 /comms
parent2af48d8826f82dbe8f672e7b7e63b777fe9382de (diff)
downloadpkgsrc-bba541aaecc825f7c86f1af28e39543c36347d08.tar.gz
Use new ${LP64PLATFORMS} variable to restrict platforms instead of manual
hardcoding. Note: This effectively adds x86_64 to NOT_FOR_PLATFORM for some packages.
Diffstat (limited to 'comms')
-rw-r--r--comms/binkd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/binkd/Makefile b/comms/binkd/Makefile
index 4c3b99e59a0..165f48538ab 100644
--- a/comms/binkd/Makefile
+++ b/comms/binkd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2009/06/30 00:07:11 joerg Exp $
+# $NetBSD: Makefile,v 1.29 2010/01/07 07:36:54 wiz Exp $
#
DISTNAME= binkd098
@@ -19,7 +19,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
-NOT_FOR_PLATFORM= *-*-alpha *-*-sparc64
+NOT_FOR_PLATFORM= ${LP64PLATFORMS}
post-extract:
@cd ${WRKSRC}/mkfls/unix && ${CHMOD} +x configure mkinstalldirs && \