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 /www/ruby-gtkhtml2/Makefile | |
parent | 78d32293a961a432bc346ccc71ef955fc4f27768 (diff) | |
download | ports-132e1e4550c1452bb2f20429bb6b9a8712b11b19.tar.gz ports-132e1e4550c1452bb2f20429bb6b9a8712b11b19.zip |
Notes
Diffstat (limited to 'www/ruby-gtkhtml2/Makefile')
-rw-r--r-- | www/ruby-gtkhtml2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/ruby-gtkhtml2/Makefile b/www/ruby-gtkhtml2/Makefile index 3ce1025f4d6e..27db45947d9c 100644 --- a/www/ruby-gtkhtml2/Makefile +++ b/www/ruby-gtkhtml2/Makefile @@ -24,6 +24,7 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR:S/${PREFIX}/${LOCALBASE}/}/gtk2.so:${PORTSDIR USE_RUBY= yes USE_GNOME= libgtkhtml USE_RUBY_EXTCONF= yes +CONFIGURE_ARGS= --with-pkg-config-dir=${LOCALBASE}/libdata/pkgconfig .include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common" @@ -33,7 +34,6 @@ INSTALL_TARGET= site-install DOCS= COPYING.LIB ChangeLog README post-patch: general-patch -post-configure: general-configure post-install: .if !defined(NOPORTEXAMPLES) |