diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-04-16 02:23:06 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-04-16 02:23:06 +0000 |
commit | 1066307df76452ef4cc784343b806ccb4ac7cd75 (patch) | |
tree | 926919d77cba2df4134d7bbd47468d9c53494daf /audio/playmidi/Makefile | |
parent | o Update to 2.8.3 (diff) |
Remove OSVERSION conditions and fix names of patches
Notes
Notes:
svn path=/head/; revision=190054
Diffstat (limited to 'audio/playmidi/Makefile')
-rw-r--r-- | audio/playmidi/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/playmidi/Makefile b/audio/playmidi/Makefile index 8406e9796cff..8980ae9c0608 100644 --- a/audio/playmidi/Makefile +++ b/audio/playmidi/Makefile @@ -17,12 +17,6 @@ COMMENT= MIDI player WRKSRC= ${WRKDIR}/${PORTNAME}-2.4 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500014 -EXTRA_PATCHES= ${FILESDIR}/extra-* -.endif - ONLY_FOR_ARCHS= i386 IS_INTERACTIVE= YES # asks what devices you want to support HAS_CONFIGURE= YES @@ -31,4 +25,4 @@ CONFIGURE_ENV= PREFIX=${PREFIX} INSTALL_TARGET= install.lame install.man MAN1= playmidi.1 -.include <bsd.port.post.mk> +.include <bsd.port.mk> |