aboutsummaryrefslogtreecommitdiff
path: root/math/plplot
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-06-09 08:45:27 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-06-09 08:45:27 +0000
commit8d59c1055bfadf64d70dbd4c1e4fd537ddf1d103 (patch)
treece1b723237ed7eac4d889fd0253f8228bc715be9 /math/plplot
parentb765af984d65da2083149797ea006311a7d81af6 (diff)
downloadports-8d59c1055bfadf64d70dbd4c1e4fd537ddf1d103.tar.gz
ports-8d59c1055bfadf64d70dbd4c1e4fd537ddf1d103.zip
Notes
Diffstat (limited to 'math/plplot')
-rw-r--r--math/plplot/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/math/plplot/Makefile b/math/plplot/Makefile
index 8435dd2a3366..71b012779140 100644
--- a/math/plplot/Makefile
+++ b/math/plplot/Makefile
@@ -87,6 +87,12 @@ CONFIGURE_ARGS+= --disable-itcl --disable-tcl --disable-tk
PLIST_SUB+= TCLTK="@comment "
.endif
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= incorrectly generates pkg-config files
+.endif
+
pre-everything::
@${ECHO_MSG} ""
@${ECHO_MSG} "PLplot has the following tunable options:"
@@ -122,4 +128,4 @@ post-install:
${DOCSDIR}/README.1st.csa
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>