Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  3 Oct 2002 09:40:42 +1000 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        markp@FreeBSD.org
Subject:   ports/43604: [patch] unbreak games/penguin-command
Message-ID:  <20021002234042.E01F46A712E@k7.mavetju>

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

>Number:         43604
>Category:       ports
>Synopsis:       [patch] unbreak games/penguin-command
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 02 16:50:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 4.5-RELEASE FreeBSD 4.5-RELEASE #4: Sat Sep 14 10:41:50 EST 2002 edwin@k7.mavetju:/usr/src/sys/compile/k7 i386

$FreeBSD: ports/games/penguin-command/Makefile,v 1.6 2002/06/04 11:08:23 markp Exp $

>Description:

See http://bento.freebsd.org/errorlogs/4-full/penguin-command-1.6.5.log:
it doesn't configure if graphics/jpeg isn't installed.

>How-To-Repeat:

See http://bento.freebsd.org/errorlogs/4-full/penguin-command-1.6.5.log

>Fix:

--- Makefile.old	Thu Oct  3 09:28:33 2002
+++ Makefile	Thu Oct  3 09:36:41 2002
@@ -14,7 +14,8 @@
 MAINTAINER=	markp@FreeBSD.org
 
 LIB_DEPENDS=	SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \
-		png.5:${PORTSDIR}/graphics/png
+		png.5:${PORTSDIR}/graphics/png \
+		jpeg.9:${PORTSDIR}/graphics/jpeg
 
 SDL_CONFIG?=	${LOCALBASE}/bin/sdl11-config
 
>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?20021002234042.E01F46A712E>