diff options
author | dholland <dholland@pkgsrc.org> | 2015-01-04 02:19:37 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-01-04 02:19:37 +0000 |
commit | 5ac300dfc4b771e127b66ac183cab7f3e9ae5b49 (patch) | |
tree | fdb54bcee727285f328719e4603534cedffb5361 | |
parent | a682d70699cc635344f90199e1f94da04e8d6d26 (diff) | |
download | pkgsrc-5ac300dfc4b771e127b66ac183cab7f3e9ae5b49.tar.gz |
Use BROKEN_ON_PLATFORM with LP64PLATFORMS
-rw-r--r-- | devel/gentle/Makefile | 4 | ||||
-rw-r--r-- | devel/pedisassem/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/gentle/Makefile b/devel/gentle/Makefile index e181f013c0c..19f16bacbf2 100644 --- a/devel/gentle/Makefile +++ b/devel/gentle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2012/12/21 01:26:34 dholland Exp $ +# $NetBSD: Makefile,v 1.12 2015/01/04 02:19:37 dholland Exp $ # DISTNAME= gentle-97 @@ -10,7 +10,7 @@ MAINTAINER= MarkoSchuetz@web.de HOMEPAGE= http://gentle.compilertools.net/ COMMENT= Gentle Compiler Construction System -NOT_FOR_PLATFORM= ${LP64PLATFORMS} +BROKEN_ON_PLATFORM= ${LP64PLATFORMS} USE_LIBTOOL= yes INSTALLATION_DIRS= bin lib share/doc/gentle/html share/examples/gentle diff --git a/devel/pedisassem/Makefile b/devel/pedisassem/Makefile index f647b6ed604..1a150544391 100644 --- a/devel/pedisassem/Makefile +++ b/devel/pedisassem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2014/10/09 14:06:30 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2015/01/04 02:20:16 dholland Exp $ DISTNAME= dsasmsrc PKGNAME= pedisassem-0.23 @@ -14,7 +14,7 @@ COMMENT= Disassembler for Win32 code WRKSRC= ${WRKDIR} # LP64 problems -NOT_FOR_PLATFORM= ${LP64PLATFORMS} +BROKEN_ON_PLATFORM= ${LP64PLATFORMS} USE_BSD_MAKEFILE= yes INSTALLATION_DIRS= bin |