- BROKEN on CURRENT after recent netgraph change

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2009-06-13 18:07:42 +00:00
parent 3d4479ab7f
commit 05a24af2fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235710

View file

@ -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>