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 /print | |
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 'print')
-rw-r--r-- | print/ruby-gnomeprint/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/ruby-gnomeprint/Makefile b/print/ruby-gnomeprint/Makefile index c1eec66019c0..55c3ab5325c9 100644 --- a/print/ruby-gnomeprint/Makefile +++ b/print/ruby-gnomeprint/Makefile @@ -18,6 +18,7 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby binding for libgnomeprint +BUILD_DEPENDS+= rubygem-pkg-config>=1.0.7:${PORTSDIR}/devel/rubygem-pkg-config RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR:S/${PREFIX}/${LOCALBASE}/}/libart2.so:${PORTSDIR}/graphics/ruby-libart2 \ ${RUBY_SITEARCHLIBDIR:S/${PREFIX}/${LOCALBASE}/}/pango.so:${PORTSDIR}/x11-toolkits/ruby-pango |