Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jan 2004 07:17:12 +0300 (MSK)
From:      Igor Pokrovsky <tiamat@comset.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/61865: Update port: games/ssc bento fix
Message-ID:  <200401250417.i0P4HCxW002488@doom.homeunix.org>
Resent-Message-ID: <200401250420.i0P4KK4E097125@freefall.freebsd.org>

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

>Number:         61865
>Category:       ports
>Synopsis:       Update port: games/ssc bento 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:   Sat Jan 24 20:20:20 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Igor Pokrovsky
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD doom.homeunix.org 4.9-STABLE FreeBSD 4.9-STABLE #0: Thu Jan 22 19:08:56 MSK 2004 root@doom.homeunix.org:/usr/obj/usr/src/sys/KERNEL i386


	
>Description:
Added missing PNG dependency
	
>How-To-Repeat:
	
>Fix:

	

--- ssc.diff begins here ---
diff -ru /usr/ports/games/ssc/Makefile ssc/Makefile
--- /usr/ports/games/ssc/Makefile	Fri Jan 23 06:22:44 2004
+++ ssc/Makefile	Sun Jan 25 07:13:49 2004
@@ -14,7 +14,8 @@
 MAINTAINER=	tiamat@comset.net
 COMMENT=	An OpenGL arcade space shoot-em-up with interesting physics
 
-LIB_DEPENDS=	freetype.9:${PORTSDIR}/print/freetype2
+LIB_DEPENDS=	png.5:${PORTSDIR}/graphics/png \
+		freetype.9:${PORTSDIR}/print/freetype2
 
 USE_BZIP2=	yes
 USE_GMAKE=	yes
--- ssc.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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