summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-05 04:48:16 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-05 04:48:16 +0000
commitd5c1579e9352d40a92fc340cb7d9d810a5386da3 (patch)
tree4e71fd943f4c3c04a47c6209946bc68f4d24a591 /graphics
parentadd USE_GCC=2.95, respect CXX, and unbreak this port on -CURRENT. (diff)
BROKEN on ia64 and amd64: Does not compile
Notes
Notes: svn path=/head/; revision=102972
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 135f467d3454..86ca9a22f2b9 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>