diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-10-28 22:40:35 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-10-28 22:40:35 +0000 |
commit | 9d220e2fdc0c2d2c839dbfc8a382cac3a64a1a07 (patch) | |
tree | 94210fd664ee1b9863f64a555b01c61ff13adea2 /graphics/xmms-xvs | |
parent | b7f726012eb03516191cc3df83c9727dbc7e6cc9 (diff) | |
download | ports-9d220e2fdc0c2d2c839dbfc8a382cac3a64a1a07.tar.gz ports-9d220e2fdc0c2d2c839dbfc8a382cac3a64a1a07.zip |
Notes
Diffstat (limited to 'graphics/xmms-xvs')
-rw-r--r-- | graphics/xmms-xvs/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/xmms-xvs/Makefile b/graphics/xmms-xvs/Makefile index 11a00434c0f3..67c906a89759 100644 --- a/graphics/xmms-xvs/Makefile +++ b/graphics/xmms-xvs/Makefile @@ -15,6 +15,12 @@ DISTNAME= xvs-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= X Visualization System, a plugin for XMMS +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms @@ -39,4 +45,4 @@ post-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |