diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-11-20 16:35:43 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-11-20 16:35:43 +0000 |
commit | 786a71b71250f78e64408ea2d8dca4a6d92d94b3 (patch) | |
tree | d039cf0878b46e7eecb5fc01582ea1b147f1e654 /graphics/ruby-gdk_pixbuf/Makefile | |
parent | 9f3d9d60807adc38f65ca64b01fb8936da244228 (diff) |
Notes
Diffstat (limited to 'graphics/ruby-gdk_pixbuf/Makefile')
-rw-r--r-- | graphics/ruby-gdk_pixbuf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/ruby-gdk_pixbuf/Makefile b/graphics/ruby-gdk_pixbuf/Makefile index 756fdd18d9b5..188743998897 100644 --- a/graphics/ruby-gdk_pixbuf/Makefile +++ b/graphics/ruby-gdk_pixbuf/Makefile @@ -7,9 +7,9 @@ PORTNAME= gdk_pixbuf PORTVERSION= ${RUBY_GNOME_PORTVERSION} -PORTREVISION= 2 CATEGORIES= graphics ruby gnome MASTER_SITES= ${RUBY_GNOME_MASTER_SITES} +MASTER_SITE_SUBDIR= ${RUBY_GNOME_MASTER_SITE_SUBDIR} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${RUBY_GNOME_DISTNAME} DIST_SUBDIR= ruby @@ -27,6 +27,7 @@ USE_GLIB= yes .include "${.CURDIR}/../../x11/ruby-gnome/Makefile.common" WRKSRC= ${RUBY_GNOME_WRKSRC}/${PORTNAME} +CONFIGURE_ARGS= --with-glib-config=${GLIB_CONFIG} INSTALL_TARGET= site-install DOCS_EN= ChangeLog README |