summaryrefslogtreecommitdiff
path: root/net/solaris-tap
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-03-14 08:34:45 +0000
committerobache <obache@pkgsrc.org>2014-03-14 08:34:45 +0000
commit37a56890235869bb2165dfb556b97bf0d001ef30 (patch)
tree538c935a6173ae0ab5e44817974ff1114c15d86e /net/solaris-tap
parentd06212b45319dacf13f87c42d3a63de46b1aebdd (diff)
downloadpkgsrc-37a56890235869bb2165dfb556b97bf0d001ef30.tar.gz
Fixes malformed conditional for old bmake.
Diffstat (limited to 'net/solaris-tap')
-rw-r--r--net/solaris-tap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/solaris-tap/Makefile b/net/solaris-tap/Makefile
index f395ab04272..501211745cd 100644
--- a/net/solaris-tap/Makefile
+++ b/net/solaris-tap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2014/03/13 11:22:13 jperkin Exp $
+# $NetBSD: Makefile,v 1.8 2014/03/14 08:34:45 obache Exp $
DISTNAME= tuntap
PKGNAME= solaris-tap-20091116
@@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}/tuntap
.include "../../mk/bsd.prefs.mk"
-.if empty(ABI:M64)
+.if empty(ABI:U:M64)
CONFIGURE_ARGS+= --disable-64bit
.endif