diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-10-22 07:46:08 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-10-22 07:46:08 +0000 |
commit | 26bf17473caace6951ec3ccbcf81d89283e29167 (patch) | |
tree | cdbfb573ef57a8c0a258f9980f3c278323b152bd /audio/ksmp3play | |
parent | 0c0998fe7a4a5bdd399495d48dfeb9e567736538 (diff) | |
download | ports-26bf17473caace6951ec3ccbcf81d89283e29167.tar.gz ports-26bf17473caace6951ec3ccbcf81d89283e29167.zip |
Mark as broken on 5.x (does not configure).
Notes
Notes:
svn path=/head/; revision=91868
Diffstat (limited to 'audio/ksmp3play')
-rw-r--r-- | audio/ksmp3play/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/ksmp3play/Makefile b/audio/ksmp3play/Makefile index cd6f30764ea3..d0f5fe6f7d8a 100644 --- a/audio/ksmp3play/Makefile +++ b/audio/ksmp3play/Makefile @@ -14,6 +14,12 @@ MASTER_SITES= http://www.xanadunet.net/ksmp3play/ MAINTAINER= ports@FreeBSD.org COMMENT= An curses-based MP3 player +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not configure on FreeBSD ${OSVERSION}" +.endif + LIB_DEPENDS= smpeg.1:${PORTSDIR}/multimedia/smpeg USE_SDL= yes @@ -38,4 +44,4 @@ post-install: @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |