diff options
author | Steve Wills <swills@FreeBSD.org> | 2010-10-12 03:23:26 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2010-10-12 03:23:26 +0000 |
commit | ccd32680d478798489e709a8d43098837127b52d (patch) | |
tree | 39221f0e35820990438f79cf89400cdae214a705 /accessibility/ruby-atk/Makefile | |
parent | 6802d534bcc901de943c311facf05ea555ff882b (diff) |
- Update to 0.90.2
- Add dependency on rubygem-pkg-config
Submitted by: me (swills)
Approved by: pgollucci (mentor)
Notes
Notes:
svn path=/head/; revision=262864
Diffstat (limited to 'accessibility/ruby-atk/Makefile')
-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 |