diff options
author | petef <petef@FreeBSD.org> | 2001-10-05 09:05:43 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-10-05 09:05:43 +0800 |
commit | 708aaac8227161938cd759d51e173d102a071747 (patch) | |
tree | cfe9abc6c5e7d773eaa34be4cbbf4a55709645f7 /games/adgali | |
parent | 5ad6cb9d0c467b8bc5e3e7c32e1edef306e93a0d (diff) | |
download | freebsd-ports-gnome-708aaac8227161938cd759d51e173d102a071747.tar.gz freebsd-ports-gnome-708aaac8227161938cd759d51e173d102a071747.tar.zst freebsd-ports-gnome-708aaac8227161938cd759d51e173d102a071747.zip |
Add a dependancy on libgnugetopt
Noticed by: bento
Diffstat (limited to 'games/adgali')
-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 |