diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-30 11:02:24 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-30 11:02:24 +0000 |
commit | 3519b8488b8d050b98944e722f1adeed9cbeea50 (patch) | |
tree | a0fe1a2c922f978e86fc58d097c8f5eef6a7b59e /games/briquolo | |
parent | c2b483181f2fe982e1976ccebe77b8e5aef41962 (diff) | |
download | ports-3519b8488b8d050b98944e722f1adeed9cbeea50.tar.gz ports-3519b8488b8d050b98944e722f1adeed9cbeea50.zip |
Notes
Diffstat (limited to 'games/briquolo')
-rw-r--r-- | games/briquolo/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/games/briquolo/Makefile b/games/briquolo/Makefile index 14e50e6549c1..e78c62922725 100644 --- a/games/briquolo/Makefile +++ b/games/briquolo/Makefile @@ -37,6 +37,11 @@ USE_GETTEXT= yes PLIST_SUB+= NLS="" #.endif +post-patch: + ${REINPLACE_CMD} -e 's|png_infopp_NULL|NULL|g' \ + -e 's|png_set_gray_1_2_4_to_8|png_set_expand_gray_1_2_4_to_8|' \ + ${WRKSRC}/src/MOGL/MOGL_Image.cpp + pre-install: ${MKDIR} ${PREFIX}/share/applications |