diff options
author | pav <pav@FreeBSD.org> | 2009-06-14 02:07:42 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-06-14 02:07:42 +0800 |
commit | 6b9447b7995dc36dde8153081e05cf573910f405 (patch) | |
tree | 06dc5a0e730c6226e3d8ad725023448f39c4d5d6 /net | |
parent | 7fe01fdc72444ab92c0eb8942c1b3bb6442c3ba1 (diff) | |
download | freebsd-ports-gnome-6b9447b7995dc36dde8153081e05cf573910f405.tar.gz freebsd-ports-gnome-6b9447b7995dc36dde8153081e05cf573910f405.tar.zst freebsd-ports-gnome-6b9447b7995dc36dde8153081e05cf573910f405.zip |
- BROKEN on CURRENT after recent netgraph change
Reported by: pointyhat
Diffstat (limited to 'net')
-rw-r--r-- | net/mpd/Makefile | 8 |
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> |