diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-06 12:17:30 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-06 12:17:30 +0000 |
commit | de0ab4aa1bd98696f67abca37c5019bc0732ca51 (patch) | |
tree | 846c7ba861c614c04204f998d5b89f76e965f9aa /math/gnuplot+ | |
parent | BROKEN on !i386 and !alpha: Does not compile (diff) |
BROKEN on amd64: Does not compile
Notes
Notes:
svn path=/head/; revision=103098
Diffstat (limited to 'math/gnuplot+')
-rw-r--r-- | math/gnuplot+/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/math/gnuplot+/Makefile b/math/gnuplot+/Makefile index cc6f459d79cb..67f12d27055d 100644 --- a/math/gnuplot+/Makefile +++ b/math/gnuplot+/Makefile @@ -52,6 +52,12 @@ GP_DOCS= ${WRKSRC}/Copyright.plus \ ${WRKSRC}/gp+/plus.ps \ ${WRKSRC}/gp+/plus.tex +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" +BROKEN= "Does not compile on amd64" +.endif + post-extract: ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/gnuplot3.7.1+${PORTVERSION}.patch.tar.gz ${EXTRACT_AFTER_ARGS} -C ${WRKSRC} @@ -77,4 +83,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/demo/* ${PREFIX}/share/examples/gnuplot+ @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |