aboutsummaryrefslogtreecommitdiff
path: root/games/adgali
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-10-05 01:05:43 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-10-05 01:05:43 +0000
commitb4666dc7578d95959d7ce09df6291a4f51a24a6b (patch)
tree2fcad4abe85143c4859657e6e79bc33f53101476 /games/adgali
parentcab8c382142e398f1b66391174aa77ca010516ee (diff)
downloadports-b4666dc7578d95959d7ce09df6291a4f51a24a6b.tar.gz
ports-b4666dc7578d95959d7ce09df6291a4f51a24a6b.zip
Add a dependancy on libgnugetopt
Noticed by: bento
Notes
Notes: svn path=/head/; revision=48444
Diffstat (limited to 'games/adgali')
-rw-r--r--games/adgali/Makefile3
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