diff options
author | laszlof <laszlof@FreeBSD.org> | 2006-12-01 22:05:08 +0800 |
---|---|---|
committer | laszlof <laszlof@FreeBSD.org> | 2006-12-01 22:05:08 +0800 |
commit | 1707c8c1a69b2742383dc2c3cda3d72c6bbad72f (patch) | |
tree | 5ec6474a47d3463c8e6fd44ad103a6386d56ca32 /games/atr3d/Makefile | |
parent | 9fbd36bc7b3a26a4c6a8aa6925f762a7124b0642 (diff) | |
download | freebsd-ports-gnome-1707c8c1a69b2742383dc2c3cda3d72c6bbad72f.tar.gz freebsd-ports-gnome-1707c8c1a69b2742383dc2c3cda3d72c6bbad72f.tar.zst freebsd-ports-gnome-1707c8c1a69b2742383dc2c3cda3d72c6bbad72f.zip |
1) Respect X11BASE
2) Pet portlint(1)
Reported by: pointyhat
Diffstat (limited to 'games/atr3d/Makefile')
-rw-r--r-- | games/atr3d/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/atr3d/Makefile b/games/atr3d/Makefile index 675dfd2c8ec8..0d107f21bd88 100644 --- a/games/atr3d/Makefile +++ b/games/atr3d/Makefile @@ -44,6 +44,9 @@ pre-patch: ${WRKSRC}/autogen.sh @${REINPLACE_CMD} -e 's|-lopenal|& -lalut|' ${WRKSRC}/Makefile.am +post-patch: + @${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|g' ${WRKSRC}/Makefile.am + pre-configure: cd ${WRKSRC}; ${SH} autogen.sh |