diff options
author | dholland <dholland> | 2015-01-01 11:12:26 +0000 |
---|---|---|
committer | dholland <dholland> | 2015-01-01 11:12:26 +0000 |
commit | 8dd09c9ff52b63c85c32d7a1db2fab261a791b42 (patch) | |
tree | 6a946c78b632c014642de966b6b7972a8e6ebe70 /wm | |
parent | 4f4c8bc87a194ff8449c7b53c133b2a83a06be75 (diff) | |
download | pkgsrc-8dd09c9ff52b63c85c32d7a1db2fab261a791b42.tar.gz |
Use BROKEN_ON_PLATFORM with LP64PLATFORMS.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/amiwm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/amiwm/Makefile b/wm/amiwm/Makefile index 09f5b4afcf4..ff66ab6381d 100644 --- a/wm/amiwm/Makefile +++ b/wm/amiwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2013/11/09 06:10:48 dholland Exp $ +# $NetBSD: Makefile,v 1.30 2015/01/01 11:16:09 dholland Exp $ # DISTNAME= amiwm0.20pl48 @@ -18,7 +18,7 @@ NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} # Extensive use of 32-bit values to hold pointers -NOT_FOR_PLATFORM+= ${LP64PLATFORMS} +BROKEN_ON_PLATFORM+= ${LP64PLATFORMS} USE_TOOLS+= ksh:run yacc lex REPLACE_KSH= Xsession.in Xsession2.in |