diff options
author | swills <swills@FreeBSD.org> | 2014-03-25 04:03:27 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-03-25 04:03:27 +0800 |
commit | 28d7852dce4f1743e91143dafc8332a01123e1dd (patch) | |
tree | 1758bc6b06fa947b23c17b39bb23885e117e386a /japanese/tomoe | |
parent | 675a396ad558a5fc595c04c6d5701ef2029bea18 (diff) | |
download | freebsd-ports-gnome-28d7852dce4f1743e91143dafc8332a01123e1dd.tar.gz freebsd-ports-gnome-28d7852dce4f1743e91143dafc8332a01123e1dd.tar.zst freebsd-ports-gnome-28d7852dce4f1743e91143dafc8332a01123e1dd.zip |
- Fix index after removal of ruby-gnome ports
Reported by: many
Pointyhat to: swills
Diffstat (limited to 'japanese/tomoe')
-rw-r--r-- | japanese/tomoe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/tomoe/Makefile b/japanese/tomoe/Makefile index 4049fb17a98d..50932c784e6f 100644 --- a/japanese/tomoe/Makefile +++ b/japanese/tomoe/Makefile @@ -19,9 +19,9 @@ USE_LDCONFIG= yes USE_RUBY= yes USE_PERL5= build -BUILD_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/glib2.so:${PORTSDIR}/devel/ruby-glib2 \ +BUILD_DEPENDS+= rubygem-glib2>0:${PORTSDIR}/devel/rubygem-glib2 \ p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser -RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/glib2.so:${PORTSDIR}/devel/ruby-glib2 +RUN_DEPENDS+= rubygem-glib2>0:${PORTSDIR}/devel/rubygem-glib2 # We cannot use ${ARCH} nor ${UNAME} which are defined in bsd.port.mk, here. UNAME?= /usr/bin/uname |