aboutsummaryrefslogtreecommitdiff
path: root/games/stratagus
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-12-20 11:52:39 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-12-20 11:52:39 +0000
commit65817b752ef49f9fa4f57d225163dc1fc37bcc66 (patch)
treea1917b1b32d75a5d713ff873cea57efd3945d72e /games/stratagus
parente0161312115c138527bf109bfda910da9daed238 (diff)
downloadports-65817b752ef49f9fa4f57d225163dc1fc37bcc66.tar.gz
ports-65817b752ef49f9fa4f57d225163dc1fc37bcc66.zip
[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>
Notes
Notes: svn path=/head/; revision=151621
Diffstat (limited to 'games/stratagus')
-rw-r--r--games/stratagus/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/stratagus/Makefile b/games/stratagus/Makefile
index 48702f8ab59f..3c1110bd4ccc 100644
--- a/games/stratagus/Makefile
+++ b/games/stratagus/Makefile
@@ -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