1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Mark IGNORE on 4.x

Reported by:	pointyhat
Approved by:	garga (mentor)
This commit is contained in:
Jose Alonso Cardenas Marquez 2006-08-07 14:42:51 +00:00
parent 687fb29544
commit 431e7f2ab9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169994

View File

@ -30,6 +30,10 @@ OPTIONS= DEBUG "With additional debug information" off
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
IGNORE= does not build on FreeBSD 4.x
.endif
.if defined(WITH_DEBUG)
SCONS_ARGS= debug=1
.else