diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-05-15 14:58:04 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-05-15 14:58:04 +0000 |
commit | 8fc926117563b538a9b6e0003ff0560fe46da3d4 (patch) | |
tree | e766c57f515dbf50c5f81322f72fba4b46c45ea0 /audio/mpmf20/Makefile | |
parent | ab974f1b757fd5f9aa5f9f02af90abbd4b2288e7 (diff) | |
download | ports-8fc926117563b538a9b6e0003ff0560fe46da3d4.tar.gz ports-8fc926117563b538a9b6e0003ff0560fe46da3d4.zip |
Notes
Diffstat (limited to 'audio/mpmf20/Makefile')
-rw-r--r-- | audio/mpmf20/Makefile | 8 |
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> |