aboutsummaryrefslogtreecommitdiff
path: root/games/wop
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-26 15:28:06 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-03-26 15:28:06 +0000
commit63526b044822eb3dff06ae56ea7fdc695b6875d7 (patch)
treef9016d59d2ebf27775e066d04e70341d32059328 /games/wop
parentd6f7ea6b3675a290679d9c6005815f4bbdc2a9b7 (diff)
downloadports-63526b044822eb3dff06ae56ea7fdc695b6875d7.tar.gz
ports-63526b044822eb3dff06ae56ea7fdc695b6875d7.zip
* Depend on `makedepend' in a correct way
* Remove useless GCC variable PR: 122026 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
Notes
Notes: svn path=/head/; revision=209878
Diffstat (limited to 'games/wop')
-rw-r--r--games/wop/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/games/wop/Makefile b/games/wop/Makefile
index a84c76d679fb..90ae3054fa8d 100644
--- a/games/wop/Makefile
+++ b/games/wop/Makefile
@@ -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}"