diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-26 23:28:06 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-26 23:28:06 +0800 |
commit | a2e2c5a0c01270c654bab479eef720b02b9def9a (patch) | |
tree | 71faca7f07998dcb0f47bd7548e3e87f98c15a8d /games | |
parent | 87384427fbecefed35c6593f243e51cd0440ed00 (diff) | |
download | freebsd-ports-gnome-a2e2c5a0c01270c654bab479eef720b02b9def9a.tar.gz freebsd-ports-gnome-a2e2c5a0c01270c654bab479eef720b02b9def9a.tar.zst freebsd-ports-gnome-a2e2c5a0c01270c654bab479eef720b02b9def9a.zip |
* Depend on `makedepend' in a correct way
* Remove useless GCC variable
PR: 122026
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
Diffstat (limited to 'games')
-rw-r--r-- | games/wop/Makefile | 5 |
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}" |