aboutsummaryrefslogtreecommitdiff
path: root/games/wesnoth-devel/Makefile
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2005-11-26 22:22:51 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2005-11-26 22:22:51 +0000
commit7c3955ab6b6bce84a0c792bcae06e1d40cab5141 (patch)
treee8af863bfef56c2afcd5835ec8e9ab66adba4c3c /games/wesnoth-devel/Makefile
parent5df5f1b3ffe4f129e70a2c4df0c4b76f6c231402 (diff)
downloadports-7c3955ab6b6bce84a0c792bcae06e1d40cab5141.tar.gz
ports-7c3955ab6b6bce84a0c792bcae06e1d40cab5141.zip
Update to 1.0.2, see changelog for detail:
http://tinyurl.com/atvt2 Reminded by: edwin's "FreeBSD Ports Version Check" script
Notes
Notes: svn path=/head/; revision=149624
Diffstat (limited to 'games/wesnoth-devel/Makefile')
-rw-r--r--games/wesnoth-devel/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/games/wesnoth-devel/Makefile b/games/wesnoth-devel/Makefile
index 4ecf238d2431..2fb57cacde72 100644
--- a/games/wesnoth-devel/Makefile
+++ b/games/wesnoth-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= wesnoth
-PORTVERSION= 1.0.1
+PORTVERSION= 1.0.2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.wesnoth.org/files/
@@ -74,10 +74,6 @@ PLIST_SUB+= TOOLS:="@comment "
.include <bsd.port.pre.mk>
-#.if ${OSVERSION} < 500000
-#IGNORE=does not compile on FreeBSD 4.x, due to lack of towupper() and wide character in libc
-#.endif
-
.if ${HAVE_GNOME:Mgnomehier}!=""
CONFIGURE_ARGS+= --with-gnome
PLIST_SUB+= GNOME:=""