mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
- Fix INDEX build on 4.x.
- Remove BROKEN, since it compiles. Noticed by: Dan Langille
This commit is contained in:
parent
6a5fdc7d0b
commit
448f50ec5c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180804
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user