mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
Mark it as broke on FreeBSD 4.x; it doesn't build.
This commit is contained in:
parent
1cd2991e5b
commit
7c2240e364
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152640
@ -33,6 +33,12 @@ CFLAGS+= -g
|
||||
STRIP=
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= "Does not build on 4.X"
|
||||
.endif
|
||||
|
||||
pre-everything::
|
||||
.if !defined(WITH_DEBUG)
|
||||
@${ECHO_MSG} "You may specify the following on the command line:"
|
||||
@ -54,4 +60,4 @@ post-install:
|
||||
@${LN} -sf ${DATADIR}/pixmaps/buoh64x64.png \
|
||||
${X11BASE}/share/pixmaps/buoh64x64.png
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user