diff options
-rw-r--r-- | games/adgali/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/adgali/Makefile b/games/adgali/Makefile index d1a629c77831..560ff2c944d1 100644 --- a/games/adgali/Makefile +++ b/games/adgali/Makefile @@ -17,7 +17,8 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= SDL-1.1:${PORTSDIR}/devel/sdl12 \ jpeg:${PORTSDIR}/graphics/jpeg \ tiff:${PORTSDIR}/graphics/tiff \ - png:${PORTSDIR}/graphics/png + png:${PORTSDIR}/graphics/png \ + gnugetopt.1:${PORTSDIR}/devel/libgnugetopt SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config USE_FREETYPE= yes |