diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 12:28:52 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 12:28:52 +0000 |
commit | 06465908a8c4a92f78bc837d68b3e344eade6851 (patch) | |
tree | f7fd52a9dc3818acb0ff0f332badc3375d145396 /graphics | |
parent | b211f5a1301782e4f33fe6026c1ac2237e1f588a (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xmms-gforce/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/xmms-gforce/Makefile b/graphics/xmms-gforce/Makefile index 45bf5ffe78fb..d66bd2d4ef0c 100644 --- a/graphics/xmms-gforce/Makefile +++ b/graphics/xmms-gforce/Makefile @@ -17,6 +17,12 @@ COMMENT= A visual plugin for XMMS BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile" +.endif + GNU_CONFIGURE= yes USE_GMAKE= yes USE_X_PREFIX= yes @@ -37,4 +43,4 @@ pre-fetch: @${ECHO_MSG} "*******************************************************" .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |