- Mark as broken on 7.X
Reported by: krismail
This commit is contained in:
parent
76a454bc5e
commit
ccb0c58146
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189107
1 changed files with 7 additions and 1 deletions
|
@ -20,7 +20,13 @@ CONFIGURE_ARGS= --prefix=${PREFIX}/etc/admuser \
|
||||||
--enable-language=English \
|
--enable-language=English \
|
||||||
--enable-cgidir=${PREFIX}/www/cgi-bin \
|
--enable-cgidir=${PREFIX}/www/cgi-bin \
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if (${OSVERSION} >= 700000)
|
||||||
|
BROKEN= Does not compile on 7.X
|
||||||
|
.endif
|
||||||
|
|
||||||
pre-install:
|
pre-install:
|
||||||
@${MKDIR} ${PREFIX}/www/cgi-bin
|
@${MKDIR} ${PREFIX}/www/cgi-bin
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
Loading…
Reference in a new issue