diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-15 22:23:25 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-15 22:23:25 +0000 |
commit | d894e365fe83a695850869cd43b9ff91d9c2323a (patch) | |
tree | 7a18870cedbd144cff76a826ef41b266e5dc5835 /math/xplot | |
parent | Reset inactive maintainer. (diff) |
BROKEN on 5.x: does not compile
Notes
Notes:
svn path=/head/; revision=91368
Diffstat (limited to 'math/xplot')
-rw-r--r-- | math/xplot/Makefile | 8 |
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> |