diff options
author | pav <pav@FreeBSD.org> | 2010-01-29 06:54:40 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-01-29 06:54:40 +0800 |
commit | 71b5ce6c0966cc7e35be40c2df3bc6b338623172 (patch) | |
tree | 60fe15df980e06678adf6b305941ac5e84dc019e /math/plplot | |
parent | 0424cc3a5d1fb7a15ce48b6b6dbac58b8ac6634f (diff) | |
download | freebsd-ports-gnome-71b5ce6c0966cc7e35be40c2df3bc6b338623172.tar.gz freebsd-ports-gnome-71b5ce6c0966cc7e35be40c2df3bc6b338623172.tar.zst freebsd-ports-gnome-71b5ce6c0966cc7e35be40c2df3bc6b338623172.zip |
- Mark BROKEN on 6.X: does not compile
Reported by: pointyhat
Diffstat (limited to 'math/plplot')
-rw-r--r-- | math/plplot/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/math/plplot/Makefile b/math/plplot/Makefile index 82a2db27be20..06bb3654dc71 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -104,6 +104,12 @@ CMAKE_ARGS+= -DENABLE_qt:BOOL=OFF -DDEFAULT_NO_QT_DEVICES:BOOL=ON PLIST_SUB+= QT="@comment " .endif +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 700000 +BROKEN= does not compile on 6.X +.endif + pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "PLplot has the following tunable options:" @@ -136,4 +142,4 @@ pre-configure: . endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |