diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-gconf2/Makefile | 2 | ||||
-rw-r--r-- | devel/ruby-glib2/Makefile | 3 | ||||
-rw-r--r-- | devel/ruby-gnomevfs/Makefile | 3 | ||||
-rw-r--r-- | devel/ruby-libglade2/Makefile | 2 |
4 files changed, 4 insertions, 6 deletions
diff --git a/devel/ruby-gconf2/Makefile b/devel/ruby-gconf2/Makefile index 7c9c73aa35da..8302e031847d 100644 --- a/devel/ruby-gconf2/Makefile +++ b/devel/ruby-gconf2/Makefile @@ -24,6 +24,7 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR:S/${PREFIX}/${LOCALBASE}/}/glib2.so:${PORTSDI USE_RUBY= yes USE_GNOME= gconf2 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) 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} diff --git a/devel/ruby-gnomevfs/Makefile b/devel/ruby-gnomevfs/Makefile index b6c77e40ac3b..80fdc2597406 100644 --- a/devel/ruby-gnomevfs/Makefile +++ b/devel/ruby-gnomevfs/Makefile @@ -24,6 +24,7 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR:S/${PREFIX}/${LOCALBASE}/}/glib2.so:${PORTSDI USE_RUBY= yes USE_GNOME= gnomevfs2 USE_RUBY_EXTCONF= yes +CONFIGURE_ARGS= --with-pkg-config-dir=${LOCALBASE}/libdata/pkgconfig .include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common" @@ -37,8 +38,6 @@ post-patch: general-patch ${WRKSRC}/tests/*.rb @${FIND} ${WRKSRC} -name '*.bak' -delete -post-configure: general-configure - post-install: .if !defined(NOPORTEXAMPLES) @${MKDIR} ${RUBY_MODEXAMPLESDIR} diff --git a/devel/ruby-libglade2/Makefile b/devel/ruby-libglade2/Makefile index 86d085a56846..134a85b876f0 100644 --- a/devel/ruby-libglade2/Makefile +++ b/devel/ruby-libglade2/Makefile @@ -24,6 +24,7 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR:S/${PREFIX}/${LOCALBASE}/}/gtk2.so:${PORTSDIR USE_RUBY= yes USE_GNOME= libglade2 USE_RUBY_EXTCONF= yes +CONFIGURE_ARGS= --with-pkg-config-dir=${LOCALBASE}/libdata/pkgconfig .include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common" @@ -35,7 +36,6 @@ RUBY_SHEBANG_FILES= ${WRKSRC}/bin/ruby-glade-create-template DOCS= COPYING.LIB ChangeLog README post-patch: general-patch -post-configure: general-configure post-install: .if !defined(NOPORTEXAMPLES) |