From 05a24af2fe57730d827da2bf3c4b4b4728f65ce0 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sat, 13 Jun 2009 18:07:42 +0000 Subject: - BROKEN on CURRENT after recent netgraph change Reported by: pointyhat --- net/mpd/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'net/mpd') diff --git a/net/mpd/Makefile b/net/mpd/Makefile index 21753aee3c7c..d0ec62d32970 100644 --- a/net/mpd/Makefile +++ b/net/mpd/Makefile @@ -27,6 +27,12 @@ MAKE_ENV= COPTS="${COPTS} -I${OPENSSLINC}" LDADD="${LDADD} -L${OPENSSLLIB}" USE_RC_SUBR= mpd +.include + +.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 +.include -- cgit v1.2.3