aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-01-28 22:54:40 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-01-28 22:54:40 +0000
commita72e9fbd79692c8e3579fcebe16ccc3dfeb007df (patch)
treef05631ab07953bafd4761d9ae8517df5bd21fba2
parentf35a54d57793c655c6a1ff194f8ef4c5b99092ed (diff)
downloadports-a72e9fbd79692c8e3579fcebe16ccc3dfeb007df.tar.gz
ports-a72e9fbd79692c8e3579fcebe16ccc3dfeb007df.zip
Notes
-rw-r--r--math/plplot/Makefile8
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>