aboutsummaryrefslogtreecommitdiffstats
path: root/audio/streamripper
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2005-01-19 14:49:05 +0800
committertrevor <trevor@FreeBSD.org>2005-01-19 14:49:05 +0800
commitd46ad8f7d387e24bd2e0a18bac456c77c748ceda (patch)
treee6e7d1d64ecf64139e457de87976fe8437c81535 /audio/streamripper
parentec82596fbf8135cdb576f08936f5bc6b61399828 (diff)
downloadfreebsd-ports-gnome-d46ad8f7d387e24bd2e0a18bac456c77c748ceda.tar.gz
freebsd-ports-gnome-d46ad8f7d387e24bd2e0a18bac456c77c748ceda.tar.zst
freebsd-ports-gnome-d46ad8f7d387e24bd2e0a18bac456c77c748ceda.zip
The reason I kept the port at 1.0.5 for so long was that later
versions did not work on FreeBSD 4, while most of the enhancements in them seemed to be on the Windows side. I still have not ported streamripper to RELENG_4.
Diffstat (limited to 'audio/streamripper')
-rw-r--r--audio/streamripper/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/streamripper/Makefile b/audio/streamripper/Makefile
index 816c46749d59..effdde26124e 100644
--- a/audio/streamripper/Makefile
+++ b/audio/streamripper/Makefile
@@ -24,4 +24,10 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
PLIST_FILES= bin/streamripper
MAN1= streamripper.1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile on FreeBSD < 5.x"
+.endif
+
+.include <bsd.port.post.mk>