1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

[MAINTAINER UPDATE] games/stratagus broken dependency fix

Two dependencies are improperly listed as BUILD_DEPENDS
	rather than LIB_DEPENDS. I noticed this when I attempted
	to install it via 'pkg_add -r stratagus' and lua was not
	fetched.

PR:		ports/90677
Submitted by:	Travis Poppe <tlp@liquidx.org>
This commit is contained in:
Edwin Groothuis 2005-12-20 11:52:39 +00:00
parent e016131211
commit 65817b752e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151621

View File

@ -7,7 +7,7 @@
PORTNAME= stratagus
PORTVERSION= 2.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -16,8 +16,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= tlp@liquidx.org
COMMENT= Free cross-platform real-time strategy gaming engine
BUILD_DEPENDS= ${LOCALBASE}/lib/libpng.a:${PORTSDIR}/graphics/png \
${LOCALBASE}/lib/liblua.a:${PORTSDIR}/lang/lua
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
lua.5:${PORTSDIR}/lang/lua
USE_SDL= yes
USE_XLIB= yes