diff options
Diffstat (limited to 'comms/grig')
-rw-r--r-- | comms/grig/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/comms/grig/Makefile b/comms/grig/Makefile index 3f4cae434ad4..85e7128e14f7 100644 --- a/comms/grig/Makefile +++ b/comms/grig/Makefile @@ -3,6 +3,7 @@ # Whom: Matt Dawson <matt@mattsnetwork.co.uk> # # $FreeBSD$ +# PORTNAME= grig PORTVERSION= 0.7.2 @@ -22,4 +23,8 @@ USE_GMAKE= yes MAN1= grig.1 +post-patch: + @${FIND} ${WRKSRC} -name Makefile.* | ${XARGS} ${REINPLACE_CMD} -e \ + 's|-D.*_DISABLE_DEPRECATED||g' + .include <bsd.port.mk> |