diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2015-01-05 17:55:43 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2015-01-05 17:55:43 +0000 |
commit | c2ce797f81dd25be1a6e309d80dac882b2dcda19 (patch) | |
tree | 41ebe04c1ec44a500722367d134a40f99939a5d9 /games/adgali | |
parent | 4250ab0e85e9dfcaa4ec5d77b59d94d95582ceaf (diff) | |
download | ports-c2ce797f81dd25be1a6e309d80dac882b2dcda19.tar.gz ports-c2ce797f81dd25be1a6e309d80dac882b2dcda19.zip |
Notes
Diffstat (limited to 'games/adgali')
-rw-r--r-- | games/adgali/Makefile | 5 | ||||
-rw-r--r-- | games/adgali/pkg-plist | 1 |
2 files changed, 1 insertions, 5 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 diff --git a/games/adgali/pkg-plist b/games/adgali/pkg-plist index 065423105ff9..3dc409f12144 100644 --- a/games/adgali/pkg-plist +++ b/games/adgali/pkg-plist @@ -56,4 +56,3 @@ share/aclocal/adgali.m4 %%PORTDOCS%%%%DOCSDIR%%/structagl__pos.html %%PORTDOCS%%%%DOCSDIR%%/structagl__rect.html %%PORTDOCS%%%%DOCSDIR%%/structagl__size.html -%%PORTDOCS%%@dirrm %%DOCSDIR%% |