diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2017-01-03 01:10:33 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2017-01-03 01:10:33 +0000 |
commit | ca0e94419b6f840d23456bb539cae28fe8be8fc1 (patch) | |
tree | 8cf46797c3ac6c89449b7341ee5e630bb99431ad /japanese | |
parent | 840b02132fbc241ff027e79d541b01eeae74b40b (diff) |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/gedy/Makefile | 3 | ||||
-rw-r--r-- | japanese/gsuica/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/japanese/gedy/Makefile b/japanese/gedy/Makefile index de55a8a67a39..4b227deb0688 100644 --- a/japanese/gedy/Makefile +++ b/japanese/gedy/Makefile @@ -3,7 +3,7 @@ PORTNAME= gedy PORTVERSION= 0.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese ruby MASTER_SITES= http://homepage3.nifty.com/slokar/pasori/ DISTNAME= ${PORTNAME} @@ -16,6 +16,7 @@ COMMENT= GNOME Edy Viewer LICENSE= GPLv2 RUN_DEPENDS= rubygem-gtk2>0:x11-toolkits/rubygem-gtk2 \ + rubygem-gio2>=3.1.0:devel/rubygem-gio2 \ ${RUBY_SITEARCHLIBDIR}/pasori.so:devel/libpafe-ruby USE_RUBY= yes diff --git a/japanese/gsuica/Makefile b/japanese/gsuica/Makefile index 1e607aa75c3a..486c945a4717 100644 --- a/japanese/gsuica/Makefile +++ b/japanese/gsuica/Makefile @@ -3,7 +3,7 @@ PORTNAME= gsuica PORTVERSION= 0.9.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= japanese ruby MASTER_SITES= http://homepage3.nifty.com/slokar/pasori/ DISTNAME= ${PORTNAME} @@ -16,6 +16,7 @@ COMMENT= GNOME SUICA Viewer LICENSE= GPLv2 RUN_DEPENDS= rubygem-gtk2>0:x11-toolkits/rubygem-gtk2 \ + rubygem-gio2>=3.1.0:devel/rubygem-gio2 \ ${RUBY_SITEARCHLIBDIR}/pasori.so:devel/libpafe-ruby USE_RUBY= yes |