summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2015-01-01 09:28:26 +0000
committerdholland <dholland@pkgsrc.org>2015-01-01 09:28:26 +0000
commit04571ee3af29833666b516709c8553670e6dce84 (patch)
tree2956852a989d8a346d076f77002dfc59faee4737 /comms
parent24c7abf55ce6ab0a33a529f2405764e85971a165 (diff)
downloadpkgsrc-04571ee3af29833666b516709c8553670e6dce84.tar.gz
Use BROKEN_ON_PLATFORM to fail on LP64PLATFORMS.
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 4623dd748b0..326f979d111 100644
--- a/comms/binkd/Makefile
+++ b/comms/binkd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2011/04/07 13:18:23 is Exp $
+# $NetBSD: Makefile,v 1.32 2015/01/01 09:28:26 dholland Exp $
#
DISTNAME= binkd098
@@ -22,7 +22,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} PREFIX=${DESTDIR:Q}${PREFIX:Q}
-NOT_FOR_PLATFORM= ${LP64PLATFORMS}
+BROKEN_ON_PLATFORM= ${LP64PLATFORMS}
post-extract:
@cd ${WRKSRC}/mkfls/unix && ${CHMOD} +x configure mkinstalldirs && \