aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-06 20:17:30 +0800
committerkris <kris@FreeBSD.org>2004-03-06 20:17:30 +0800
commite8cc440111a3314b511fe7cd266bd7e919fbd4ce (patch)
treead35d4a01ce78421ba44dc57de1a18fc7372267e /math
parentf49d491d64b3d7b880df2b0eb284afe93127b232 (diff)
downloadfreebsd-ports-gnome-e8cc440111a3314b511fe7cd266bd7e919fbd4ce.tar.gz
freebsd-ports-gnome-e8cc440111a3314b511fe7cd266bd7e919fbd4ce.tar.zst
freebsd-ports-gnome-e8cc440111a3314b511fe7cd266bd7e919fbd4ce.zip
BROKEN on amd64: Does not compile
Diffstat (limited to 'math')
-rw-r--r--math/gnuplot+/Makefile8
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>