aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/velocity
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-03-16 10:35:40 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-03-16 10:35:40 +0000
commit15e52cf53f13462bb97e54bf28dfd28ead960481 (patch)
tree84309267b45c7ad50f5acbc22ec64297fb7c9e5d /x11-fm/velocity
parentcb8130600cfdba47b16976a0e667527f4f486950 (diff)
downloadports-15e52cf53f13462bb97e54bf28dfd28ead960481.tar.gz
ports-15e52cf53f13462bb97e54bf28dfd28ead960481.zip
Notes
Diffstat (limited to 'x11-fm/velocity')
-rw-r--r--x11-fm/velocity/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/x11-fm/velocity/Makefile b/x11-fm/velocity/Makefile
index 7869249c60e9..ca6f0de05389 100644
--- a/x11-fm/velocity/Makefile
+++ b/x11-fm/velocity/Makefile
@@ -19,6 +19,11 @@ WRKSRC= ${WRKDIR}/velocity-0.1.0
USE_LIBTOOL_VER=13
USE_X_PREFIX= yes
USE_BZIP2= yes
+USE_REINPLACE= yes
USE_GNOME= libgnomeui gnomedesktop librsvg2
+post-patch:
+ @${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \
+ ${WRKSRC}/configure
+
.include <bsd.port.mk>