diff options
Diffstat (limited to 'games/adgali/Makefile')
-rw-r--r-- | games/adgali/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games/adgali/Makefile b/games/adgali/Makefile index 523177db3b1a..de32cbb14109 100644 --- a/games/adgali/Makefile +++ b/games/adgali/Makefile @@ -16,11 +16,8 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ libpng.so:${PORTSDIR}/graphics/png \ libtiff.so:${PORTSDIR}/graphics/tiff \ libfreetype.so:${PORTSDIR}/print/freetype2 -.if !exists(/usr/include/execinfo.h) -LIB_DEPENDS+= libexecinfo.so:${PORTSDIR}/devel/libexecinfo -.endif -USES= gmake libtool tar:bzip2 +USES= execinfo gmake libtool tar:bzip2 USE_LDCONFIG= yes USE_SDL= sdl USE_XORG= xpm |