1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

* Depend on `makedepend' in a correct way

* Remove useless GCC variable

PR:		122026
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
This commit is contained in:
Martin Wilke 2008-03-26 15:28:06 +00:00
parent d6f7ea6b36
commit 63526b0448
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209878

View File

@ -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 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}-src${EXTRACT_SUFX} \
MAINTAINER= amdmi3@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}"