summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 12:28:52 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 12:28:52 +0000
commit06465908a8c4a92f78bc837d68b3e344eade6851 (patch)
treef7fd52a9dc3818acb0ff0f332badc3375d145396 /graphics
parentUse failsafe rmdir commands to avoid pkg_deinstall complaints if (diff)
BROKEN on 5.1: does not compile
Notes
Notes: svn path=/head/; revision=81238
Diffstat (limited to 'graphics')
-rw-r--r--graphics/xmms-gforce/Makefile8
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>