diff options
Diffstat (limited to 'comms/xdx/Makefile')
-rw-r--r-- | comms/xdx/Makefile | 5 |
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> |