diff options
author | kris <kris@FreeBSD.org> | 2004-03-19 22:40:31 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-19 22:40:31 +0000 |
commit | 2784800f44858d39278d7d58906ebea54b22def1 (patch) | |
tree | 0c91deecbc77c0fb5ea61746f874c7ed02ce22e2 /graphics | |
parent | f66fcc4930dcf4d1dbd7ccdac276196e1fc2b9d9 (diff) | |
download | FreeBSD-ports-2784800f44858d39278d7d58906ebea54b22def1.zip FreeBSD-ports-2784800f44858d39278d7d58906ebea54b22def1.tar.gz |
BROKEN: Does not compile completely (appears as broken pkg-plist)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cinepaint/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/cinepaint/Makefile b/graphics/cinepaint/Makefile index fe96f8d..a3b28a4 100644 --- a/graphics/cinepaint/Makefile +++ b/graphics/cinepaint/Makefile @@ -40,6 +40,12 @@ PLIST_SUB+= OPENEXR:="" PLIST_SUB+= OPENEXR:="@comment " .endif +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" +BROKEN= "Does not compile completely" +.endif + post-patch: @${REINPLACE_CMD} -e \ 's| -Wall||' \ @@ -49,4 +55,4 @@ post-patch: 's|-LINUX.+$$||' \ ${WRKSRC}/Makefile.in -.include <bsd.port.mk> +.include <bsd.port.post.mk> |