diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-08 20:40:08 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-08 20:40:08 +0000 |
commit | a01c15d34a4ae157e1662bb91ebc4f52677a9e10 (patch) | |
tree | 646be3498fcaa605a9d5ec0f9a1bd1f4c8c122a7 /graphics/ale/Makefile | |
parent | 05246649f50b750d0988af7cd0743f14e43ab220 (diff) |
Update to 0.8.1
PR: ports/80768
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=134884
Diffstat (limited to 'graphics/ale/Makefile')
-rw-r--r-- | graphics/ale/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/ale/Makefile b/graphics/ale/Makefile index a9e17e4c2cba..07501d8aafc1 100644 --- a/graphics/ale/Makefile +++ b/graphics/ale/Makefile @@ -7,8 +7,7 @@ # PORTNAME= ale -PORTVERSION= 0.7.3 -PORTREVISION= 1 +PORTVERSION= 0.8.1 CATEGORIES= graphics MASTER_SITES= http://auricle.dyndns.org/ALE/download/ @@ -18,7 +17,7 @@ COMMENT= Anti-Lamenessing Engine USE_GCC= 3.4 USE_REINPLACE= yes USE_GMAKE= yes -MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" +MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" IOCTL=1 PLIST_FILES= bin/ale |