diff options
author | pav <pav@FreeBSD.org> | 2007-12-11 06:59:30 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-12-11 06:59:30 +0800 |
commit | f75438e7461a8246657c244f04a35fed7d678768 (patch) | |
tree | fb37dd350486e6fc6dc23f55cd376650878b630e /x11-fm | |
parent | 1c3b2680befb3d1437b13fc7cd6aab2b210418aa (diff) | |
download | freebsd-ports-gnome-f75438e7461a8246657c244f04a35fed7d678768.tar.gz freebsd-ports-gnome-f75438e7461a8246657c244f04a35fed7d678768.tar.zst freebsd-ports-gnome-f75438e7461a8246657c244f04a35fed7d678768.zip |
- Mark BROKEN on FreeBSD 7.0
Reported by: pointyhat
Approved by: portmgr (hat)
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/velocity/Makefile | 8 |
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> |