summaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-12-10 22:59:30 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-12-10 22:59:30 +0000
commit88d9e5132cfd4ca4b4cc27b7b32893479341ad94 (patch)
treedbdde3eb78a59ffa986bcd40476720c0e1e2388c /x11-fm
parent- Mark BROKEN on 7.0 (diff)
- Mark BROKEN on FreeBSD 7.0
Reported by: pointyhat Approved by: portmgr (hat)
Notes
Notes: svn path=/head/; revision=202940
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/velocity/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-fm/velocity/Makefile b/x11-fm/velocity/Makefile
index bab45304a560..559a2d3e7b99 100644
--- a/x11-fm/velocity/Makefile
+++ b/x11-fm/velocity/Makefile
@@ -20,8 +20,14 @@ USE_AUTOTOOLS= libtool:15
USE_BZIP2= yes
USE_GNOME= libgnomeui gnomedesktop librsvg2
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \
${WRKSRC}/configure
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>