diff options
author | thierry <thierry@FreeBSD.org> | 2004-05-31 20:12:06 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-05-31 20:12:06 +0800 |
commit | e985b80f3c002e0eeb49d65515c5f86fc2d28300 (patch) | |
tree | 460e8b895ae8815b5f1ad21b7af9aa71c86cd703 /graphics | |
parent | 27c4fd6b3ab858ef6bd73964f3af1444bcd63cb5 (diff) | |
download | freebsd-ports-gnome-e985b80f3c002e0eeb49d65515c5f86fc2d28300.tar.gz freebsd-ports-gnome-e985b80f3c002e0eeb49d65515c5f86fc2d28300.tar.zst freebsd-ports-gnome-e985b80f3c002e0eeb49d65515c5f86fc2d28300.zip |
Warn about SDL and OpenGL.
Approved by: maintainer.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/smoke/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/smoke/Makefile b/graphics/smoke/Makefile index 6097797dd52b..073931b7b36c 100644 --- a/graphics/smoke/Makefile +++ b/graphics/smoke/Makefile @@ -40,6 +40,11 @@ FREETYPE_INCLUDEPATH!= ${FREETYPE_CONFIG} --cflags | ${SED} -e 's|-I||g' SDL_INCLUDEPATH!= ${SDL_CONFIG} --cflags | ${SED} -e 's|-I||g; s|-D[[:graph:]]*||g' .endif +pre-everything:: + @${ECHO_MSG} "This port depends on SDL with OpenGL support." + @${ECHO_MSG} "If your SDL does not support OpenGL, hit ^C now and reinstall SDL" + @${ECHO_MSG} "with OpenGL support turned on." + post-patch: @${REINPLACE_CMD} -e 's|%%FREETYPE_CONFIG%%|${FREETYPE_CONFIG}|g; \ s|%%SDL_CONFIG%%|${SDL_CONFIG}|g; \ |