diff options
author | pav <pav@FreeBSD.org> | 2006-06-09 16:45:27 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-06-09 16:45:27 +0800 |
commit | f73ae3dcf9dcc412a620bf6edc651d454935d3a6 (patch) | |
tree | 2220d06107ff54418de9fa3adaaa6bf1c3dc6ef4 | |
parent | 00a2838937d0e9284bc767bac096fafaff6fc713 (diff) | |
download | freebsd-ports-gnome-f73ae3dcf9dcc412a620bf6edc651d454935d3a6.tar.gz freebsd-ports-gnome-f73ae3dcf9dcc412a620bf6edc651d454935d3a6.tar.zst freebsd-ports-gnome-f73ae3dcf9dcc412a620bf6edc651d454935d3a6.zip |
- Mark BROKEN on FreeBSD 4.X
Submitted by: maintainer
Reported by: krismail
-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> |