diff options
Diffstat (limited to 'audio/xmms2-scrobbler/Makefile')
-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> |