1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Fix INDEX build on 4.x.

- Remove BROKEN, since it compiles.

Noticed by:	Dan Langille
This commit is contained in:
Shaun Amott 2006-12-26 16:59:14 +00:00
parent 6a5fdc7d0b
commit 448f50ec5c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180804
2 changed files with 4 additions and 8 deletions

View File

@ -61,6 +61,8 @@ OPTIONS= IPV6 "Use IPv6" off \
NLS "Use nls" off
MODULES?=
LIBDIRS?=
INCLUDEDIRS?=
.include <bsd.port.pre.mk>
@ -248,8 +250,4 @@ post-install:
@${INSTALL_MAN} ${WRKSRC}/src/ftpdctl.8 ${PREFIX}/man/man8/ftpdctl.8
.endif
.if ${OSVERSION} < 500000
BROKEN= Does not compile on 4.x
.endif
.include <bsd.port.post.mk>

View File

@ -61,6 +61,8 @@ OPTIONS= IPV6 "Use IPv6" off \
NLS "Use nls" off
MODULES?=
LIBDIRS?=
INCLUDEDIRS?=
.include <bsd.port.pre.mk>
@ -248,8 +250,4 @@ post-install:
@${INSTALL_MAN} ${WRKSRC}/src/ftpdctl.8 ${PREFIX}/man/man8/ftpdctl.8
.endif
.if ${OSVERSION} < 500000
BROKEN= Does not compile on 4.x
.endif
.include <bsd.port.post.mk>