diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-06-09 08:45:27 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-06-09 08:45:27 +0000 |
commit | 8d59c1055bfadf64d70dbd4c1e4fd537ddf1d103 (patch) | |
tree | ce1b723237ed7eac4d889fd0253f8228bc715be9 | |
parent | b765af984d65da2083149797ea006311a7d81af6 (diff) | |
download | ports-8d59c1055bfadf64d70dbd4c1e4fd537ddf1d103.tar.gz ports-8d59c1055bfadf64d70dbd4c1e4fd537ddf1d103.zip |
Notes
-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 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> |