diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-05 04:48:16 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-05 04:48:16 +0000 |
commit | d5c1579e9352d40a92fc340cb7d9d810a5386da3 (patch) | |
tree | 4e71fd943f4c3c04a47c6209946bc68f4d24a591 /graphics/libemf | |
parent | 4158723f9d30968038873c55746ee01994b44ffc (diff) | |
download | ports-d5c1579e9352d40a92fc340cb7d9d810a5386da3.tar.gz ports-d5c1579e9352d40a92fc340cb7d9d810a5386da3.zip |
Notes
Diffstat (limited to 'graphics/libemf')
-rw-r--r-- | graphics/libemf/Makefile | 8 |
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> |