Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jun 2006 12:43:53 +0800 (CST)
From:      Li-Lun Wang (Leland Wang) <llwang@infor.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/99004: [maintainer update] Remove extraneous dependency for games/vultures-eye
Message-ID:  <20060616044353.5BD5617144@infor.ck.tp.edu.tw>
Resent-Message-ID: <200606160450.k5G4oIHI065766@freefall.freebsd.org>

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

>Number:         99004
>Category:       ports
>Synopsis:       [maintainer update] Remove extraneous dependency for games/vultures-eye
>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 Jun 16 04:50:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Li-Lun Wang (Leland Wang)
>Release:        FreeBSD 6.0-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD Athena.infor.org 6.0-RELEASE-p4 FreeBSD 6.0-RELEASE-p4 #3: Thu Jan 26 23:44:20 CST 2006 root@Athena.infor.org:/usr/obj/usr/src/sys/Athena i386


	
>Description:
- Remove extraneous dependency to sdl_image
  (kindly pointed out by the original author)
- Bump PORTREVISION (?)

Modified files:
  games/vultules-eye	Makefile
	
>How-To-Repeat:
	
>Fix:
diff -urN vultures-eye.orig/Makefile vultures-eye/Makefile
--- vultures-eye.orig/Makefile	Thu Jun  8 22:30:08 2006
+++ vultures-eye/Makefile	Thu Jun 15 22:46:35 2006
@@ -7,6 +7,7 @@
 
 PORTNAME=	vultures
 PORTVERSION=	2.1.0
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	http://www.darkarts.co.za/projects/vultures/downloads/${PORTVERSION}/
 PKGNAMESUFFIX=	-eye
@@ -20,7 +21,7 @@
 LATEST_LINK=	${PORTNAME}${PKGNAMESUFFIX}
 
 USE_GMAKE=	yes
-USE_SDL=	sdl mixer image ttf
+USE_SDL=	sdl mixer ttf
 USE_BZIP2=	yes
 USE_GCC=	3.2+
 WRKSRC=		${WRKDIR}/${DISTNAME}/nethack

	


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



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