diff options
author | sem <sem@FreeBSD.org> | 2005-05-08 22:50:07 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-05-08 22:50:07 +0800 |
commit | 55b106322848b93a7f63fd94ade8fd7017bb654a (patch) | |
tree | 3ab92550f603664360306aed59687439bd55dbd2 /games/freeciv | |
parent | 7cc0fdbe240991ecfae62dba3e34d93552c3e82f (diff) | |
download | freebsd-ports-gnome-55b106322848b93a7f63fd94ade8fd7017bb654a.tar.gz freebsd-ports-gnome-55b106322848b93a7f63fd94ade8fd7017bb654a.tar.zst freebsd-ports-gnome-55b106322848b93a7f63fd94ade8fd7017bb654a.zip |
- Add missed depends on png lib
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Reported by: kris via pointyhat
Diffstat (limited to 'games/freeciv')
-rw-r--r-- | games/freeciv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index f4f2a032c5a4..835921b0d69c 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -16,7 +16,8 @@ MASTER_SITES= ftp://ftp.freeciv.org/pub/freeciv/stable/ \ MAINTAINER?= rehsack@liwing.de COMMENT?= A civilisation clone for X11; multiplayer -LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff +LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ + png.5:${PORTSDIR}/graphics/png USE_GETTEXT= yes USE_XPM= yes |