diff options
Diffstat (limited to 'audio/mpmf20/Makefile')
-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 5a5b21e4a4ce..c6526431fd3b 100644 --- a/audio/mpmf20/Makefile +++ b/audio/mpmf20/Makefile @@ -20,13 +20,7 @@ NOT_FOR_ARCHS= ia64 sparc64 MAKEFILE= makefile PLIST_FILES= bin/mpmf20 -.include <bsd.port.pre.mk> - -.if ${ARCH} == i386 && ${OSVERSION} < 502108 -BROKEN= ffs() clash, see i386/41930 -.endif - do-install: @${INSTALL_PROGRAM} ${WRKSRC}/mpmf20 ${PREFIX}/bin -.include <bsd.port.post.mk> +.include <bsd.port.mk> |