diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-18 16:17:37 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-18 16:17:37 +0800 |
commit | 023fdfdf0da4e9ce80cac42021face440f9eefa9 (patch) | |
tree | eac444668269cf77269ab710a4eb52b7c1ed8660 | |
parent | e74d408e10f62f26eb7d021feaeb1efbbc8a4a1d (diff) | |
download | marcuscom-ports-023fdfdf0da4e9ce80cac42021face440f9eefa9.tar marcuscom-ports-023fdfdf0da4e9ce80cac42021face440f9eefa9.tar.gz marcuscom-ports-023fdfdf0da4e9ce80cac42021face440f9eefa9.tar.bz2 marcuscom-ports-023fdfdf0da4e9ce80cac42021face440f9eefa9.tar.lz marcuscom-ports-023fdfdf0da4e9ce80cac42021face440f9eefa9.tar.xz marcuscom-ports-023fdfdf0da4e9ce80cac42021face440f9eefa9.tar.zst marcuscom-ports-023fdfdf0da4e9ce80cac42021face440f9eefa9.zip |
More introspection users
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18492 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | devel/gconf2/Makefile | 2 | ||||
-rw-r--r-- | multimedia/clutter-gst/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index fbd07c154..93b402a18 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -27,7 +27,7 @@ LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ USE_GMAKE= yes USES= gettext pathfix pkgconfig USE_GNOME= gnomehier orbit2 gtk20 libxml2 ltverhack \ - referencehack intlhack dconf + referencehack intlhack dconf introspection:build USE_LDCONFIG= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ diff --git a/multimedia/clutter-gst/Makefile b/multimedia/clutter-gst/Makefile index 9c50cae72..2d49bb86c 100644 --- a/multimedia/clutter-gst/Makefile +++ b/multimedia/clutter-gst/Makefile @@ -16,7 +16,7 @@ USE_GMAKE= yes USE_XZ= yes USE_AUTOTOOLS= libtool USES= pathfix -USE_GNOME= ltverhack gnomeprefix gnomehier +USE_GNOME= ltverhack gnomeprefix gnomehier introspection:build USE_GSTREAMER1= yes USE_XORG= xp x11 USE_LDCONFIG= yes |