diff options
author | swills <swills@FreeBSD.org> | 2010-10-12 11:23:26 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2010-10-12 11:23:26 +0800 |
commit | 54b7904c02ca4389951e6e02249168d750413bc0 (patch) | |
tree | c71eafbe3c2731227098b9004aafe0e07cbe4250 /accessibility/ruby-atk | |
parent | e2efd9956f38d40f9fe5519d4166906e27988c52 (diff) | |
download | freebsd-ports-gnome-54b7904c02ca4389951e6e02249168d750413bc0.tar.gz freebsd-ports-gnome-54b7904c02ca4389951e6e02249168d750413bc0.tar.zst freebsd-ports-gnome-54b7904c02ca4389951e6e02249168d750413bc0.zip |
- Update to 0.90.2
- Add dependency on rubygem-pkg-config
Submitted by: me (swills)
Approved by: pgollucci (mentor)
Diffstat (limited to 'accessibility/ruby-atk')
-rw-r--r-- | accessibility/ruby-atk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/accessibility/ruby-atk/Makefile b/accessibility/ruby-atk/Makefile index 0b97ba16b3d1..fd6ebf15917c 100644 --- a/accessibility/ruby-atk/Makefile +++ b/accessibility/ruby-atk/Makefile @@ -18,7 +18,9 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby binding for ATK -RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR:S/${PREFIX}/${LOCALBASE}/}/glib2.so:${PORTSDIR}/devel/ruby-glib2 +BUILD_DEPENDS+= rubygem-pkg-config>=1.0.7:${PORTSDIR}/devel/rubygem-pkg-config +RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR:S/${PREFIX}/${LOCALBASE}/}/glib2.so:${PORTSDIR}/devel/ruby-glib2 \ + rubygem-pkg-config>=1.0.7:${PORTSDIR}/devel/rubygem-pkg-config USE_RUBY= yes USE_GNOME= atk |