diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-03-19 07:49:21 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-03-19 07:49:21 +0000 |
commit | c13b03b1a6954ed96bfd31f27762fcd216514445 (patch) | |
tree | 261b5e16d576c81211977d2b0852f9dae968a784 /net/mpd4 | |
parent | 778a93ea5da161490527a697c34716f437115f72 (diff) | |
download | ports-c13b03b1a6954ed96bfd31f27762fcd216514445.tar.gz ports-c13b03b1a6954ed96bfd31f27762fcd216514445.zip |
Notes
Diffstat (limited to 'net/mpd4')
-rw-r--r-- | net/mpd4/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/mpd4/Makefile b/net/mpd4/Makefile index 991b1ad608d3..1d03e2c17766 100644 --- a/net/mpd4/Makefile +++ b/net/mpd4/Makefile @@ -23,7 +23,13 @@ MANCOMPRESSED= maybe USE_OPENSSL= yes +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +IGNORE= does not compile on FreeBSD 4.x; use net/mpd instead +.endif + post-install: @${INSTALL_SCRIPT} -m 751 ${FILESDIR}/mpd4.sh ${PREFIX}/etc/rc.d/mpd4.sh.sample -.include <bsd.port.mk> +.include <bsd.port.post.mk> |