diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 17:27:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 17:27:29 +0000 |
commit | c4d4cacd63490d4b63e844ae298880332a388ba7 (patch) | |
tree | 3913b841cc9c2f98d7e4b2056eafc0d9980bf1c8 /audio/mpmf20 | |
parent | 5faefa6350cd172add279e339bd86a650313beb3 (diff) | |
download | ports-c4d4cacd63490d4b63e844ae298880332a388ba7.tar.gz ports-c4d4cacd63490d4b63e844ae298880332a388ba7.zip |
Notes
Diffstat (limited to 'audio/mpmf20')
-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> |