aboutsummaryrefslogtreecommitdiff
path: root/net/mpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/mpd/Makefile')
-rw-r--r--net/mpd/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <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>