aboutsummaryrefslogtreecommitdiff
path: root/comms/xdx
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-10-24 23:37:25 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-10-24 23:37:25 +0000
commit4acc6fb2a411b291c9c210d82bafe7c62e71c77d (patch)
treebc16420eb52d65511ceb520c00171d219210a473 /comms/xdx
parent97dfcc1b41c5b4581b1d73128a866beec069c5bf (diff)
downloadports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.tar.gz
ports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.zip
Notes
Diffstat (limited to 'comms/xdx')
-rw-r--r--comms/xdx/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/comms/xdx/Makefile b/comms/xdx/Makefile
index 882671bd148d..ca9b14d0d4c8 100644
--- a/comms/xdx/Makefile
+++ b/comms/xdx/Makefile
@@ -3,6 +3,7 @@
# Whom: Matt Dawson <matt@mattsnetwork.co.uk>
#
# $FreeBSD$
+#
PORTNAME= xdx
PORTVERSION= 2.2
@@ -20,4 +21,8 @@ USE_GMAKE= yes
MAN1= xdx.1
+post-patch:
+ @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|-D.*_DISABLE_DEPRECATED||g'
+
.include <bsd.port.mk>