diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-03-22 06:52:40 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-03-22 06:52:40 +0000 |
commit | c8236c0cbcbe0f0c559298b7ce80444245669c0a (patch) | |
tree | bdf9b139fac805ee80a465768b5d307faaf4e7a6 /games/gtktetcolor | |
parent | 1dd9afce5ccd98568d81af551cc8560f90806b5e (diff) | |
download | ports-c8236c0cbcbe0f0c559298b7ce80444245669c0a.tar.gz ports-c8236c0cbcbe0f0c559298b7ce80444245669c0a.zip |
Notes
Diffstat (limited to 'games/gtktetcolor')
-rw-r--r-- | games/gtktetcolor/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/gtktetcolor/Makefile b/games/gtktetcolor/Makefile index c01ccd2cacb7..4f925d3732c7 100644 --- a/games/gtktetcolor/Makefile +++ b/games/gtktetcolor/Makefile @@ -26,5 +26,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ post-patch: @${REINPLACE_CMD} -e \ 's|games\.games|games:games|g' ${WRKSRC}/Makefile.in + @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ + 's|-D.*_DISABLE_DEPRECATED||g' .include <bsd.port.mk> |