diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-23 13:46:13 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-23 13:46:13 +0000 |
commit | 7b509412a6cdd4cb158ce19a33a306542d867ce0 (patch) | |
tree | 7c2030f1924cdd0b7d40352031c9a8b0f4cd0a5f /games/freedroidrpg/Makefile | |
parent | 9379b01afad3ac5c4e0c4c71475c093e16994ca0 (diff) |
Notes
Diffstat (limited to 'games/freedroidrpg/Makefile')
-rw-r--r-- | games/freedroidrpg/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/games/freedroidrpg/Makefile b/games/freedroidrpg/Makefile index 2889a6ac2654..cb7eab699919 100644 --- a/games/freedroidrpg/Makefile +++ b/games/freedroidrpg/Makefile @@ -37,18 +37,13 @@ BACKTRACE_DESC= Use backtrace() to generate nice bug reports BACKTRACE_LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo BACKTRACE_CONFIGURE_ENABLE= backtrace +BACKTRACE_VARS= STRIP= # empty OPENGL_USE= GL=gl OPENGL_CONFIGURE_ENABLE= opengl VORBIS_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \ libogg.so:${PORTSDIR}/audio/libogg VORBIS_CONFIGURE_ENABLE= vorbis -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MBACKTRACE} -STRIP= # -.endif - post-install: ${INSTALL_DATA} ${WRKSRC}/win32/w32icon2_64x64.png ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png |