diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-06-11 22:56:08 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-06-11 22:56:08 +0000 |
commit | d29eed5a038485db87161559a93c6c4f5c521b64 (patch) | |
tree | f30fc8815bf47e6ce46710038920dc550907b628 /games/tremulous/Makefile | |
parent | 3a55cc0d55bb6ca1dc9f8095cd02f5d1d15e5eba (diff) |
Notes
Diffstat (limited to 'games/tremulous/Makefile')
-rw-r--r-- | games/tremulous/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/tremulous/Makefile b/games/tremulous/Makefile index 7215e35a95ad..c8df870fc9e7 100644 --- a/games/tremulous/Makefile +++ b/games/tremulous/Makefile @@ -155,10 +155,8 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/tremulous.xpm ${PREFIX}/share/pixmaps post-install: -.if defined(WITH_SDL_AUDIO) || defined(WITH_OPENAL) @${ECHO_CMD} - @${ECHO_CMD} "WARNING: if you have sound problems try recompiling without SDL_AUDIO and OPENAL options." | ${FMT} + @${CAT} ${PKGMESSAGE} @${ECHO_CMD} -.endif .include <bsd.port.post.mk> |