1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

BROKEN on 5.x: Does not compile

This commit is contained in:
Kris Kennaway 2004-06-19 09:27:37 +00:00
parent feba77f645
commit dd3699e8e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111801

View File

@ -45,6 +45,12 @@ USE_GETTEXT= yes
PLIST_SUB= NLS=""
.endif
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502112
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
pre-everything::
.if !defined(WITH_MOTIF)
@${ECHO_MSG}
@ -72,4 +78,4 @@ pre-build:
&& iconv -c -t ascii ${file}.pre_iconv > ${file} || ${TRUE}
.endfor
.include <bsd.port.mk>
.include <bsd.port.post.mk>