ports/90677: [MAINTAINER UPDATE]: games/stratagus broken dependency fix

Travis Poppe tlp at liquidx.org
Tue Dec 20 06:50:03 UTC 2005


>Number:         90677
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] games/stratagus broken dependency fix
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 20 06:50:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Travis Poppe
>Release:        
>Organization:
>Environment:
>Description:
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.
>How-To-Repeat:
>Fix:
--- Makefile.orig	Mon Dec 19 23:42:26 2005
+++ Makefile	Mon Dec 19 23:42:50 2005
@@ -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,7 +16,7 @@
 MAINTAINER=	tlp at liquidx.org
 COMMENT=	Free cross-platform real-time strategy gaming engine
 
-BUILD_DEPENDS=	${LOCALBASE}/lib/libpng.a:${PORTSDIR}/graphics/png \
+LIB_DEPENDS=	${LOCALBASE}/lib/libpng.a:${PORTSDIR}/graphics/png \
 		${LOCALBASE}/lib/liblua.a:${PORTSDIR}/lang/lua
 
 USE_SDL=	yes
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list