diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
commit | 48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531 (patch) | |
tree | eedd43e6e7c3a96d77549de85690d46016e9cc7e /games/quake2forge | |
parent | af4658fb56c22ab36db1f30588a3964e1d47d634 (diff) | |
download | ports-48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531.tar.gz ports-48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531.zip |
Notes
Diffstat (limited to 'games/quake2forge')
-rw-r--r-- | games/quake2forge/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/quake2forge/Makefile b/games/quake2forge/Makefile index 89288b07fbce..7434a734b087 100644 --- a/games/quake2forge/Makefile +++ b/games/quake2forge/Makefile @@ -7,7 +7,7 @@ PORTNAME= quake2forge PORTVERSION= 0.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= http://www.galgenberg.net/distfiles/ DISTNAME= quake2-${PORTVERSION} @@ -15,7 +15,7 @@ DISTNAME= quake2-${PORTVERSION} MAINTAINER= alepulver@FreeBSD.org COMMENT= First Person Shooter with many addons available -USE_AUTOTOOLS= autoconf:259 libtool:15 +USE_AUTOTOOLS= autoconf:261 libtool:15 USE_BZIP2= yes CONFIGURE_ARGS= --program-transform-name='s/^quake2$$/${PORTNAME}/' \ |