diff options
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/velocity/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/x11-fm/velocity/Makefile b/x11-fm/velocity/Makefile index 0a83e7068d52..065306021218 100644 --- a/x11-fm/velocity/Makefile +++ b/x11-fm/velocity/Makefile @@ -22,16 +22,12 @@ USE_GNOME= libgnomeui gnomedesktop librsvg2 CONFIGURE_ENV= CPPFLAGS="`pkg-config --cflags libgnomeui-2.0`" \ LIBS="`pkg-config --libs libgnomeui-2.0`" -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile -.endif - -BROKEN= does not build with GNOME 2.26 +BROKEN= does not build with GNOME 2.26 +DEPRECATED= has been broken for 7 months +EXPIRATION_DATE=2010-01-08 post-patch: @${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \ ${WRKSRC}/configure -.include <bsd.port.post.mk> +.include <bsd.port.mk> |