diff options
| author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-09 05:10:20 +0000 |
|---|---|---|
| committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-09 05:10:20 +0000 |
| commit | 528db788609b1a78cec218a44075e9c11877dc60 (patch) | |
| tree | e3a533d8e4d007a3f9634cf57ce2d78eccd5d0d0 | |
| parent | - Respect X11BASE for Xpm (diff) | |
- Respect X11BASE
Approved by: portmgr (linimon)
| -rw-r--r-- | games/scorched3d/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/scorched3d/Makefile b/games/scorched3d/Makefile index 4275969461a0..e88746627cc2 100644 --- a/games/scorched3d/Makefile +++ b/games/scorched3d/Makefile @@ -51,6 +51,8 @@ post-patch: ${WRKSRC}/src/3dsparse/aseFile.tab.cpp \ ${WRKSRC}/src/ode/config.h \ ${WRKSRC}/src/zlib/zutil.h + @${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},g' \ + ${WRKSRC}/configure.ac pre-configure: @cd ${WRKSRC}/scripts && ${PERL} createAMMakefile.pl |
