aboutsummaryrefslogtreecommitdiff
path: root/graphics/ale/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-11-01 18:14:46 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-11-01 18:14:46 +0000
commit159423ec65c4702ec794acf8ebec2ef93e59b13a (patch)
tree843b041838f303539ce0e4d778a137b0e3f261c1 /graphics/ale/Makefile
parent5cb3f7a9506ae342d177640b628e9c4248b3e0eb (diff)
Notes
Diffstat (limited to 'graphics/ale/Makefile')
-rw-r--r--graphics/ale/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/ale/Makefile b/graphics/ale/Makefile
index c923e9c30841..e89fbf38cbe1 100644
--- a/graphics/ale/Makefile
+++ b/graphics/ale/Makefile
@@ -7,14 +7,14 @@
#
PORTNAME= ale
-PORTVERSION= 0.7.1
+PORTVERSION= 0.7.2
CATEGORIES= graphics
MASTER_SITES= http://auricle.dyndns.org/ALE/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Anti-Lamenessing Engine
-USE_GCC= 3.3
+USE_GCC= 3.4
USE_REINPLACE= yes
USE_GMAKE= yes
MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}"
@@ -44,7 +44,7 @@ MAKE_ARGS+= IMAGEMAGICK=1
post-patch:
@${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|' ${WRKSRC}/d2.h
.if ${OSVERSION} < 502114
-.for file in d2/image_rw.h d2/ppm.h
+.for file in d2/image_rw.h d2/ppm.h d3/scene.cc
@${REINPLACE_CMD} -e 's|round|rint|g' ${WRKSRC}/${file}
.endfor
.endif