aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xmms2-scrobbler
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-04-16 11:25:18 +0800
committeredwin <edwin@FreeBSD.org>2007-04-16 11:25:18 +0800
commit26a3a9f4d3b024e216bbae86cf85b866e5ddabdc (patch)
treefa435d69ad92016be3f1beaeca11cfab9e04ad78 /audio/xmms2-scrobbler
parent89d78e8c91afc115e08fb73160f6af5a6c86885c (diff)
downloadfreebsd-ports-gnome-26a3a9f4d3b024e216bbae86cf85b866e5ddabdc.tar.gz
freebsd-ports-gnome-26a3a9f4d3b024e216bbae86cf85b866e5ddabdc.tar.zst
freebsd-ports-gnome-26a3a9f4d3b024e216bbae86cf85b866e5ddabdc.zip
[patch] audio/nyello - cleanup non-supported FreeBSD versions
[patch] audio/xmms2-scrobbler - cleanup non-supported FreeBSD versions PR: 111680 111697 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: Drax at #bsdports
Diffstat (limited to 'audio/xmms2-scrobbler')
-rw-r--r--audio/xmms2-scrobbler/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/xmms2-scrobbler/Makefile b/audio/xmms2-scrobbler/Makefile
index 640e36910b23..286c653ca32f 100644
--- a/audio/xmms2-scrobbler/Makefile
+++ b/audio/xmms2-scrobbler/Makefile
@@ -25,12 +25,6 @@ PLIST_FILES= bin/xmms2-scrobbler
SUB_FILES= pkg-message
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= Does not compile on FreeBSD 4.x
-.endif
-
do-install:
@cd ${WRKSRC} && ${LOCALBASE}/bin/rake PREFIX=${PREFIX}/ ${INSTALL_TARGET}
@@ -39,4 +33,4 @@ post-install:
@${CAT} ${PKGMESSAGE}
@${ECHO_MSG}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>