aboutsummaryrefslogtreecommitdiff
path: root/audio/mpmf20
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mpmf20')
-rw-r--r--audio/mpmf20/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/mpmf20/Makefile b/audio/mpmf20/Makefile
index 07cf78d8df1e..5fc9909cea2a 100644
--- a/audio/mpmf20/Makefile
+++ b/audio/mpmf20/Makefile
@@ -18,7 +18,13 @@ 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 && ${OSVERSION} < 502108
+BROKEN= "ffs() clash, see i386/41930"
+.endif
+
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/mpmf20 ${PREFIX}/bin
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>