diff options
author | swills <swills@FreeBSD.org> | 2010-11-27 11:32:41 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2010-11-27 11:32:41 +0800 |
commit | 300d45e279bac3791ad56d30b2c5822af32e51ee (patch) | |
tree | e168e0a0449626d48ad7ee6716e171cdab82bc8d /accessibility/ruby-atk | |
parent | 014fe77dbe129d3dd01bd93c76c8e50e72ee8372 (diff) | |
download | freebsd-ports-gnome-300d45e279bac3791ad56d30b2c5822af32e51ee.tar.gz freebsd-ports-gnome-300d45e279bac3791ad56d30b2c5822af32e51ee.tar.zst freebsd-ports-gnome-300d45e279bac3791ad56d30b2c5822af32e51ee.zip |
- Update to 0.90.5
- create ports for vte, gstreamer, gtksourceview2, poppler and goocanvas modules
- sort depends in meta port
- remove patch to ruby-gtk2 that's merged upstream
- remove old gtksourceview module which seems broken
Submitted by: swills (myself)
Approved by: wxs (mentor)
Diffstat (limited to 'accessibility/ruby-atk')
-rw-r--r-- | accessibility/ruby-atk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/ruby-atk/Makefile b/accessibility/ruby-atk/Makefile index fd6ebf15917c..af1897afcbc3 100644 --- a/accessibility/ruby-atk/Makefile +++ b/accessibility/ruby-atk/Makefile @@ -25,6 +25,7 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR:S/${PREFIX}/${LOCALBASE}/}/glib2.so:${PORTSDI USE_RUBY= yes USE_GNOME= atk USE_RUBY_EXTCONF= yes +CONFIGURE_ARGS= --with-pkg-config-dir=${LOCALBASE}/libdata/pkgconfig .include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common" @@ -34,7 +35,6 @@ INSTALL_TARGET= site-install DOCS= COPYING.LIB ChangeLog README post-patch: general-patch -post-configure: general-configure post-install: .if !defined(NOPORTDOCS) |