aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-05 12:48:16 +0800
committerkris <kris@FreeBSD.org>2004-03-05 12:48:16 +0800
commite8abd2b757745897f0cd0cc56527a610ea6544f5 (patch)
treee1b3d45f44230f268eec29653d040f09de81d7e6 /graphics
parent810440aebd836e706b5df6b009dec526ed0ff806 (diff)
downloadfreebsd-ports-graphics-e8abd2b757745897f0cd0cc56527a610ea6544f5.tar.gz
freebsd-ports-graphics-e8abd2b757745897f0cd0cc56527a610ea6544f5.tar.zst
freebsd-ports-graphics-e8abd2b757745897f0cd0cc56527a610ea6544f5.zip
BROKEN on ia64 and amd64: Does not compile
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libemf/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/libemf/Makefile b/graphics/libemf/Makefile
index 135f467d345..86ca9a22f2b 100644
--- a/graphics/libemf/Makefile
+++ b/graphics/libemf/Makefile
@@ -15,10 +15,16 @@ COMMENT= Enhanced Metafile Library
GNU_CONFIGURE= yes
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "ia64" || ${ARCH} == "amd64"
+BROKEN= "Does not compile on ia64 or amd64"
+.endif
+
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/html/* ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>