diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-01-11 18:39:40 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-01-11 18:39:40 +0000 |
commit | 20e1530ce49ff6255397fa37331fffb6f253b8fe (patch) | |
tree | 9ee8a248243bb2ec21250f7c160a50fb7f5ff28a /games/gnono | |
parent | 808cbce4cbc60e252ed20a72d0b416e6d4fd6e45 (diff) | |
download | ports-20e1530ce49ff6255397fa37331fffb6f253b8fe.tar.gz ports-20e1530ce49ff6255397fa37331fffb6f253b8fe.zip |
Notes
Diffstat (limited to 'games/gnono')
-rw-r--r-- | games/gnono/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/gnono/Makefile b/games/gnono/Makefile index 72c83f06a05b..142df9bb9ae2 100644 --- a/games/gnono/Makefile +++ b/games/gnono/Makefile @@ -25,4 +25,8 @@ LDFLAGS= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAN6= ${PORTNAME}.6 +post-patch: + @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -E -e \ + 's|-DG.*_DISABLE_DEPRECATED||g' + .include <bsd.port.mk> |