diff options
Diffstat (limited to 'devel/ruby-glib2/Makefile')
-rw-r--r-- | devel/ruby-glib2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/ruby-glib2/Makefile b/devel/ruby-glib2/Makefile index e86622df0d7f..920773c591ed 100644 --- a/devel/ruby-glib2/Makefile +++ b/devel/ruby-glib2/Makefile @@ -24,6 +24,7 @@ RUN_DEPENDS+= ${BUILD_DEPENDS} USE_RUBY= yes USE_GNOME= glib20 USE_RUBY_EXTCONF= yes +CONFIGURE_ARGS= --with-pkg-config-dir=${LOCALBASE}/libdata/pkgconfig .include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common" @@ -35,8 +36,6 @@ DOCS= COPYING.LIB ChangeLog README post-patch: general-patch @${RM} ${WRKSRC}/lib/gnome2-win32-binary-downloader.rb -post-configure: general-configure - post-install: .if !defined(NOPORTEXAMPLES) @${MKDIR} ${RUBY_MODEXAMPLESDIR} |