diff options
author | linimon <linimon@FreeBSD.org> | 2003-10-22 15:46:08 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-10-22 15:46:08 +0800 |
commit | 018be04a37d466120b04c159bf31f5e281863b61 (patch) | |
tree | 1e600ddc3c5680dc1fc78dde12e6e80914bb7688 /audio | |
parent | 986812d9cb5750d358e2ca35dec7ce86a93f1bcd (diff) | |
download | freebsd-ports-gnome-018be04a37d466120b04c159bf31f5e281863b61.tar.gz freebsd-ports-gnome-018be04a37d466120b04c159bf31f5e281863b61.tar.zst freebsd-ports-gnome-018be04a37d466120b04c159bf31f5e281863b61.zip |
Mark as broken on 5.x (does not configure).
Diffstat (limited to 'audio')
-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> |