ports/122026: [MAINTAINER] games/wop: depend on makedepend in a correct way

Dmitry Marakasov amdmi3 at amdmi3.ru
Mon Mar 24 01:10:02 UTC 2008


>Number:         122026
>Category:       ports
>Synopsis:       [MAINTAINER] games/wop: depend on makedepend in a correct way
>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:   Mon Mar 24 01:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 7.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 7.0-RELEASE FreeBSD 7.0-RELEASE #5: Fri Mar 14 14:26:43 MSK 2008 root at hades.panopticon:/usr/obj/usr/src/sys/HADES i386


>Description:
* Depend on `makedepend' in a correct way (according to http://wiki.freebsd.org/Ports/X11/Todo)
* Remove useless GCC variable
>How-To-Repeat:
>Fix:

--- wop.patch begins here ---
diff -ruN wop.orig/Makefile wop/Makefile
--- wop.orig/Makefile	2008-03-24 03:57:40.000000000 +0300
+++ wop/Makefile	2008-03-24 03:58:06.000000000 +0300
@@ -7,7 +7,7 @@
 
 PORTNAME=	wop
 PORTVERSION=	0.4.3
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	games
 MASTER_SITES=	http://wormsofprey.org/download/ \
 		http://www.amdmi3.ru/distfiles/
@@ -17,12 +17,11 @@
 MAINTAINER=	amdmi3 at amdmi3.ru
 COMMENT=	Free real-time Worms game
 
-BUILD_DEPENDS=	makedepend:${X_IMAKE_PORT}
+BUILD_DEPENDS=	makedepend:${PORTSDIR}/devel/makedepend
 
 USE_BZIP2=	yes
 USE_SDL=	sdl net mixer ttf image
 USE_GMAKE=	yes
-USE_GCC=	3.4+
 
 MAKE_ENV=	"CXX=${CXX}"
 
--- wop.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list