- Mark BROKEN on FreeBSD 4.X

Submitted by:	maintainer
Reported by:	krismail
This commit is contained in:
Pav Lucistnik 2006-06-09 08:45:27 +00:00
parent b765af984d
commit 8d59c1055b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164890

View File

@ -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>