diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2004-10-30 04:31:49 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2004-10-30 04:31:49 +0000 |
commit | 9ffe8d95e76812348a7cd9478517e98fd54f5728 (patch) | |
tree | 74b9cc2681488bc6facac3d2bf91c2d1d6597756 /www/kazehakase/Makefile | |
parent | fe915256b7017675ebc8b8ca55a627419fe68ccd (diff) | |
download | ports-9ffe8d95e76812348a7cd9478517e98fd54f5728.tar.gz ports-9ffe8d95e76812348a7cd9478517e98fd54f5728.zip |
update to 0.2.1
PR: ports/73262
Approved by: adamw (mentor)
Notes
Notes:
svn path=/head/; revision=120476
Diffstat (limited to 'www/kazehakase/Makefile')
-rw-r--r-- | www/kazehakase/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/kazehakase/Makefile b/www/kazehakase/Makefile index 67eddc4ed5b9..3a9e1fc50843 100644 --- a/www/kazehakase/Makefile +++ b/www/kazehakase/Makefile @@ -6,12 +6,12 @@ # PORTNAME= kazehakase -PORTVERSION= 0.2.0 +PORTVERSION= 0.2.1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} -MASTER_SITE_SUBDIR= ${PORTNAME}/11612/ +MASTER_SITE_SUBDIR= ${PORTNAME}/12026/ -MAINTAINER= ahze@FreeBSD.org +MAINTAINER= ahze@ahze.net COMMENT= Kazehakase is a browser with gecko engine like Epiphany or Galeon BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/mozilla-plugin${HEADERS_SUFX}.pc:${PORTSDIR}/www/mozilla${HEADERS_SUFX} @@ -34,6 +34,7 @@ FLASHPLAYER= ${LOCALBASE}/lib/libflashplayer.so.1 .if defined(WITH_MIGEMO) USE_RUBY= yes +BUILD_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/uconv.so:${PORTSDIR}/japanese/ruby-uconv RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/uconv.so:${PORTSDIR}/japanese/ruby-uconv .endif |