1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Remove OSVERSION conditions and fix names of patches

This commit is contained in:
Edwin Groothuis 2007-04-16 02:23:06 +00:00
parent 861217f758
commit 1066307df7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190054
3 changed files with 1 additions and 7 deletions

View File

@ -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>