- BROKEN on CURRENT after recent netgraph change
Reported by: pointyhat
This commit is contained in:
parent
3d4479ab7f
commit
05a24af2fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235710
1 changed files with 7 additions and 1 deletions
|
@ -27,6 +27,12 @@ MAKE_ENV= COPTS="${COPTS} -I${OPENSSLINC}" LDADD="${LDADD} -L${OPENSSLLIB}"
|
|||
|
||||
USE_RC_SUBR= mpd
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 800097
|
||||
BROKEN= does not compile
|
||||
.endif
|
||||
|
||||
pre-build:
|
||||
@${ECHO}
|
||||
@${ECHO} "Use WITH_OPENSSL_PORT=yes if you use OPENSSL from ports"
|
||||
|
@ -38,4 +44,4 @@ pre-install:
|
|||
@${MKDIR} ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue