diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-04-16 03:25:18 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-04-16 03:25:18 +0000 |
commit | a0a96fb91abb7412cb32fc5b9a75405ba115bfb7 (patch) | |
tree | 8053b49b3313d914499d9af7c13b7531048d39eb /audio/xmms2-scrobbler | |
parent | 0a835ee1f5ef0fae8133f571fc6ec9586e75ede6 (diff) | |
download | ports-a0a96fb91abb7412cb32fc5b9a75405ba115bfb7.tar.gz ports-a0a96fb91abb7412cb32fc5b9a75405ba115bfb7.zip |
Notes
Diffstat (limited to 'audio/xmms2-scrobbler')
-rw-r--r-- | audio/xmms2-scrobbler/Makefile | 8 |
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> |