diff options
author | ahze <ahze@FreeBSD.org> | 2005-01-29 10:31:59 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-01-29 10:31:59 +0800 |
commit | 720b693fe301a3a70341f2314abb4e0a9afe4040 (patch) | |
tree | a91a9fa665cd171381cef2129fef98a5fb591cce /www/kazehakase/Makefile | |
parent | 4156ed7e3f2e3fc3d28793bc0b1078eebb221ce6 (diff) | |
download | freebsd-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/Makefile | 7 |
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 |