aboutsummaryrefslogtreecommitdiff
path: root/math/xplot
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-15 22:23:25 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-15 22:23:25 +0000
commitd894e365fe83a695850869cd43b9ff91d9c2323a (patch)
tree7a18870cedbd144cff76a826ef41b266e5dc5835 /math/xplot
parent92de6ccebceda884546e94d61280d86bf0d94eec (diff)
downloadports-d894e365fe83a695850869cd43b9ff91d9c2323a.tar.gz
ports-d894e365fe83a695850869cd43b9ff91d9c2323a.zip
BROKEN on 5.x: does not compile
Notes
Notes: svn path=/head/; revision=91368
Diffstat (limited to 'math/xplot')
-rw-r--r--math/xplot/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/math/xplot/Makefile b/math/xplot/Makefile
index 1f71b704473c..26b1ecb47e2d 100644
--- a/math/xplot/Makefile
+++ b/math/xplot/Makefile
@@ -19,6 +19,12 @@ GNU_CONFIGURE= yes
XPLOT_DEMOS= demo.0 demo.1 demo.2 demo.3 demo.4 demo.5 demo.6 demo.7
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/tcpdump2xplot.pl ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@@ -31,4 +37,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/examples/xplot
.endfor
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>