diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-06-21 06:41:03 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-06-21 06:41:03 +0000 |
commit | 2df897638909436cdaa16ccb9a246070356f0b18 (patch) | |
tree | 6b4436d4344bbd050fb9221a6631938fcd195f46 /graphics | |
parent | 0dbb42391e68de48a67d4a45bdf25393b450dd42 (diff) | |
download | ports-2df897638909436cdaa16ccb9a246070356f0b18.tar.gz ports-2df897638909436cdaa16ccb9a246070356f0b18.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cinepaint/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/cinepaint/Makefile b/graphics/cinepaint/Makefile index 1da6bced2bb6..c8e95f69c4c4 100644 --- a/graphics/cinepaint/Makefile +++ b/graphics/cinepaint/Makefile @@ -40,12 +40,6 @@ 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||' \ @@ -55,4 +49,4 @@ post-patch: 's|-LINUX.+$$||' \ ${WRKSRC}/Makefile.in -.include <bsd.port.post.mk> +.include <bsd.port.mk> |