diff options
author | wiz <wiz@pkgsrc.org> | 2010-01-07 07:36:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-01-07 07:36:53 +0000 |
commit | f83bbe82b606e59ec3748873a0a3524554ffb05b (patch) | |
tree | a0dd7b823376fc63016ffc3e585911efd9a83ee2 /comms/binkd | |
parent | 4cf1a771fdd6db1cd5e7ee75a879ceb83f9ade1d (diff) | |
download | pkgsrc-f83bbe82b606e59ec3748873a0a3524554ffb05b.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/binkd')
-rw-r--r-- | comms/binkd/Makefile | 4 |
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 && \ |