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 /devel/ruby-gconf2 | |
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 'devel/ruby-gconf2')
-rw-r--r-- | devel/ruby-gconf2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/ruby-gconf2/Makefile b/devel/ruby-gconf2/Makefile index 70a9a0bf3611..7c9c73aa35da 100644 --- a/devel/ruby-gconf2/Makefile +++ b/devel/ruby-gconf2/Makefile @@ -18,6 +18,7 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby interface to GConf2 +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 USE_RUBY= yes |