[patch] audio/nyello - cleanup non-supported FreeBSD versions

[patch] audio/xmms2-scrobbler - cleanup non-supported FreeBSD versions

PR:		111680 111697
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
Approved by:	Drax at #bsdports
This commit is contained in:
Edwin Groothuis 2007-04-16 03:25:18 +00:00
parent 0a835ee1f5
commit a0a96fb91a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190060
2 changed files with 2 additions and 14 deletions

View File

@ -25,10 +25,4 @@ CONFIGURE_ENV= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
WRKSRC= ${WRKDIR}/${DISTNAME}
PLIST_FILES= bin/nyello
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= Does not build on FreeBSD 4.x
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -25,12 +25,6 @@ PLIST_FILES= bin/xmms2-scrobbler
SUB_FILES= pkg-message
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= Does not compile on FreeBSD 4.x
.endif
do-install:
@cd ${WRKSRC} && ${LOCALBASE}/bin/rake PREFIX=${PREFIX}/ ${INSTALL_TARGET}
@ -39,4 +33,4 @@ post-install:
@${CAT} ${PKGMESSAGE}
@${ECHO_MSG}
.include <bsd.port.post.mk>
.include <bsd.port.mk>