ports/77401: update port: games/bzflag to fix runtime dependency on curl

Charles Swiger chuck at pkix.net
Fri Feb 11 22:50:17 UTC 2005


>Number:         77401
>Category:       ports
>Synopsis:       update port: games/bzflag to fix runtime dependency on curl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 11 22:50:16 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Charles Swiger
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
PKIx
>Environment:
System: FreeBSD ns1.pkix.net 4.11-STABLE FreeBSD 4.11-STABLE #0: Wed Jan 19 04:19:15 EST 2005 root at ns1.pkix.net:/usr/obj/usr/src/sys/NORMAL i386

>Description:

Change dependency on CURL from BUILD to LIB.

>How-To-Repeat:

N/A.

>Fix:

--- Makefile.orig	Fri Feb 11 17:06:27 2005
+++ Makefile	Fri Feb 11 17:40:39 2005
@@ -7,6 +7,7 @@
 
 PORTNAME=	bzflag
 PORTVERSION=	2.0.0
+PORTREVISION=   1
 CATEGORIES=	games
 # SourceForge mirroring for BZFlag-2 is broken at the moment
 #MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
@@ -18,7 +19,7 @@
 MAINTAINER=	chuck at pkix.net
 COMMENT=	A multiplayer 3D tank battle game
 
-BUILD_DEPENDS=	${LOCALBASE}/bin/curl-config:${PORTSDIR}/ftp/curl
+LIB_DEPENDS=	curl.3:${PORTSDIR}/ftp/curl
 
 USE_BZIP2=	yes
 USE_SDL=	yes
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list