Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jun 2001 01:57:20 -0400 (EDT)
From:      pat@databits.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27952: Fix port emulators/zsnes
Message-ID:  <200106080557.f585vKp19499@wlgrv1.pa.home.com>

next in thread | raw e-mail | index | archive | help

>Number:         27952
>Category:       ports
>Synopsis:       Fix lib dependency in emulators/zsnes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 07 23:00:04 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Patrick Li
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
N/A
>Environment:
System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Thu Jun 7 00:17:13 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386
>Description:
Add png to lib depends to make bento happy
>How-To-Repeat:
N/A
>Fix:

diff -ruN /usr/ports/emulators/zsnes/Makefile zsnes/Makefile
--- /usr/ports/emulators/zsnes/Makefile	Thu May 31 09:46:57 2001
+++ zsnes/Makefile	Fri Jun  8 01:52:24 2001
@@ -16,7 +16,8 @@
 
 # This must be >= 0.98!
 BUILD_DEPENDS=	nasm-0.98:${PORTSDIR}/devel/nasm
-LIB_DEPENDS=	SDL-1.1.3:${PORTSDIR}/devel/sdl12
+LIB_DEPENDS=	SDL-1.1.3:${PORTSDIR}/devel/sdl12 \
+		png.4:${PORTSDIR}/graphics/png
 
 USE_X_PREFIX=	yes
 USE_GMAKE=	yes
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106080557.f585vKp19499>