diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-10 22:59:30 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-10 22:59:30 +0000 |
commit | 88d9e5132cfd4ca4b4cc27b7b32893479341ad94 (patch) | |
tree | dbdde3eb78a59ffa986bcd40476720c0e1e2388c /x11-fm | |
parent | fa8319f5f28669ac291391afc4d294c9eb8aece2 (diff) | |
download | ports-88d9e5132cfd4ca4b4cc27b7b32893479341ad94.tar.gz ports-88d9e5132cfd4ca4b4cc27b7b32893479341ad94.zip |
Notes
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> |