From pat@wlgrv1.pa.home.com  Thu Jun  7 22:57:25 2001
Return-Path: <pat@wlgrv1.pa.home.com>
Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190])
	by hub.freebsd.org (Postfix) with ESMTP id 613EE37B403
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  7 Jun 2001 22:57:21 -0700 (PDT)
	(envelope-from pat@wlgrv1.pa.home.com)
Received: (from root@localhost)
	by wlgrv1.pa.home.com (8.11.3/8.11.3) id f585vKp19499;
	Fri, 8 Jun 2001 01:57:20 -0400 (EDT)
	(envelope-from pat)
Message-Id: <200106080557.f585vKp19499@wlgrv1.pa.home.com>
Date: Fri, 8 Jun 2001 01:57:20 -0400 (EDT)
From: pat@databits.net
Reply-To: pat@databits.net
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Fix port emulators/zsnes
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         27952
>Category:       ports
>Synopsis:       Fix lib dependency in emulators/zsnes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 07 23:00:04 PDT 2001
>Closed-Date:    Mon Jun 11 02:35:57 PDT 2001
>Last-Modified:  Mon Jun 11 02:36:27 PDT 2001
>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:
State-Changed-From-To: open->closed 
State-Changed-By: phk 
State-Changed-When: Mon Jun 11 02:35:57 PDT 2001 
State-Changed-Why:  
I incorporated the changes of this PR into PR ports/28032, so this 
PR can be closed. Thanks for your submission! 

--Stijn 


http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27952 
>Unformatted:
