aboutsummaryrefslogtreecommitdiffstats
path: root/www/kazehakase/Makefile
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2005-01-29 10:31:59 +0800
committerahze <ahze@FreeBSD.org>2005-01-29 10:31:59 +0800
commit720b693fe301a3a70341f2314abb4e0a9afe4040 (patch)
treea91a9fa665cd171381cef2129fef98a5fb591cce /www/kazehakase/Makefile
parent4156ed7e3f2e3fc3d28793bc0b1078eebb221ce6 (diff)
downloadfreebsd-ports-graphics-720b693fe301a3a70341f2314abb4e0a9afe4040.tar.gz
freebsd-ports-graphics-720b693fe301a3a70341f2314abb4e0a9afe4040.tar.zst
freebsd-ports-graphics-720b693fe301a3a70341f2314abb4e0a9afe4040.zip
- Update to 0.2.4
- use USE_GCC=3.4 on 4.x when built with WITH_MOZILLA=mozilla-devel
Diffstat (limited to 'www/kazehakase/Makefile')
-rw-r--r--www/kazehakase/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/www/kazehakase/Makefile b/www/kazehakase/Makefile
index c872c386341..59aa5669630 100644
--- a/www/kazehakase/Makefile
+++ b/www/kazehakase/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= kazehakase
-PORTVERSION= 0.2.3
+PORTVERSION= 0.2.4
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
-MASTER_SITE_SUBDIR= ${PORTNAME}/12746
+MASTER_SITE_SUBDIR= ${PORTNAME}/13181
MAINTAINER= ahze@FreeBSD.org
COMMENT= Kazehakase is a browser with gecko engine like Epiphany or Galeon
@@ -58,6 +58,9 @@ HEADERS_SUFX=
.else
.if ${WITH_MOZILLA}=="mozilla-devel"
HEADERS_SUFX= -devel
+.if ${OSVERSION} < 500000
+USE_GCC= 3.4
+.endif
.else
HEADERS_SUFX=
.endif