diff options
author | vs <vs@FreeBSD.org> | 2004-05-13 16:47:29 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-05-13 16:47:29 +0800 |
commit | 2dce4721d2738cb90c14505e32f244c591aa0c2c (patch) | |
tree | d4415debf8c000240942953df789f9f943b7559d /audio | |
parent | d75d2e969f0f8e2b211ba749903366e30fd2ee97 (diff) | |
download | freebsd-ports-gnome-2dce4721d2738cb90c14505e32f244c591aa0c2c.tar.gz freebsd-ports-gnome-2dce4721d2738cb90c14505e32f244c591aa0c2c.tar.zst freebsd-ports-gnome-2dce4721d2738cb90c14505e32f244c591aa0c2c.zip |
No longer BROKEN on -CURRENT.
Noticed by: kuku@
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mpmf20/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/mpmf20/Makefile b/audio/mpmf20/Makefile index 53403b29d9a2..07cf78d8df1e 100644 --- a/audio/mpmf20/Makefile +++ b/audio/mpmf20/Makefile @@ -18,13 +18,7 @@ COMMENT= File transfer tool for the MPMan MP-F20 portable MP3-player MAKEFILE= makefile PLIST_FILES= bin/mpmf20 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} > 500000 -BROKEN= "ffs() clash, see i386/41930" -.endif - do-install: @${INSTALL_PROGRAM} ${WRKSRC}/mpmf20 ${PREFIX}/bin -.include <bsd.port.post.mk> +.include <bsd.port.mk> |