aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-06-14 02:07:42 +0800
committerPav Lucistnik <pav@FreeBSD.org>2009-06-14 02:07:42 +0800
commit05a24af2fe57730d827da2bf3c4b4b4728f65ce0 (patch)
treed16d13bf13c9f5e63a13820cbfdda16e64c83119 /net
parent3d4479ab7fadc124dd26b4df82a4eff45e135cfc (diff)
downloadfreebsd-ports-gnome-05a24af2fe57730d827da2bf3c4b4b4728f65ce0.tar.gz
freebsd-ports-gnome-05a24af2fe57730d827da2bf3c4b4b4728f65ce0.tar.zst
freebsd-ports-gnome-05a24af2fe57730d827da2bf3c4b4b4728f65ce0.zip
- BROKEN on CURRENT after recent netgraph change
Reported by: pointyhat
Diffstat (limited to 'net')
-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>