diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-10-05 01:05:43 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-10-05 01:05:43 +0000 |
commit | b4666dc7578d95959d7ce09df6291a4f51a24a6b (patch) | |
tree | 2fcad4abe85143c4859657e6e79bc33f53101476 /games | |
parent | cab8c382142e398f1b66391174aa77ca010516ee (diff) | |
download | ports-b4666dc7578d95959d7ce09df6291a4f51a24a6b.tar.gz ports-b4666dc7578d95959d7ce09df6291a4f51a24a6b.zip |
Notes
Diffstat (limited to 'games')
-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 |