diff options
author | Steve Wills <swills@FreeBSD.org> | 2010-11-27 03:32:41 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2010-11-27 03:32:41 +0000 |
commit | 132e1e4550c1452bb2f20429bb6b9a8712b11b19 (patch) | |
tree | 9fff9947bc6591c5bd2480f0f58ec4d0b0b99b9a /accessibility/ruby-atk | |
parent | 78d32293a961a432bc346ccc71ef955fc4f27768 (diff) | |
download | ports-132e1e4550c1452bb2f20429bb6b9a8712b11b19.tar.gz ports-132e1e4550c1452bb2f20429bb6b9a8712b11b19.zip |
Notes
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) |