aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-03-19 15:49:21 +0800
committerkris <kris@FreeBSD.org>2006-03-19 15:49:21 +0800
commit7f69812243b206cdb9931eb4ecfaf8e2af88bc3e (patch)
tree91e51449394b4b509613a70f9ff64adbdc52d640 /net
parent5106614d0a17d60e12a334437d84cc21b9e6e9e6 (diff)
downloadfreebsd-ports-gnome-7f69812243b206cdb9931eb4ecfaf8e2af88bc3e.tar.gz
freebsd-ports-gnome-7f69812243b206cdb9931eb4ecfaf8e2af88bc3e.tar.zst
freebsd-ports-gnome-7f69812243b206cdb9931eb4ecfaf8e2af88bc3e.zip
Mark IGNORE on 4.x since it's unsupported and will not build.
Submitted by: maintainer
Diffstat (limited to 'net')
-rw-r--r--net/mpd4/Makefile8
-rw-r--r--net/mpd5/Makefile8
2 files changed, 14 insertions, 2 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>
diff --git a/net/mpd5/Makefile b/net/mpd5/Makefile
index 991b1ad608d3..1d03e2c17766 100644
--- a/net/mpd5/Makefile
+++ b/net/mpd5/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>