diff options
author | dholland <dholland> | 2015-01-04 04:36:47 +0000 |
---|---|---|
committer | dholland <dholland> | 2015-01-04 04:36:47 +0000 |
commit | 5d92575f67e9f71808b660575c286f8e6a346663 (patch) | |
tree | de86f3ec47790e4fde7c59dceb90fdbf182dd279 /x11 | |
parent | 06a8f053eb5a455cd392179c99bdedf64ceda275 (diff) | |
download | pkgsrc-5d92575f67e9f71808b660575c286f8e6a346663.tar.gz |
Use BROKEN_ON_PLATFORM, and use LP64PLATFORMS instead of just alpha.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/9term/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/9term/Makefile b/x11/9term/Makefile index 27a05a74986..3cae2709f73 100644 --- a/x11/9term/Makefile +++ b/x11/9term/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2012/10/29 05:06:05 asau Exp $ +# $NetBSD: Makefile,v 1.25 2015/01/04 04:36:47 dholland Exp $ DISTNAME= 9term.1.6.3 PKGNAME= 9term-1.6.3 @@ -12,7 +12,7 @@ COMMENT= X11 program which emulates a plan9 window BUILDLINK_DEPMETHOD.sam= full -NOT_FOR_PLATFORM= *-*-alpha #LP64 Problems +BROKEN_ON_PLATFORM= ${LP64PLATFORMS} WRKSRC= ${WRKDIR} |