diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-09-06 05:28:49 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-09-06 05:28:49 +0000 |
commit | ea9033674d9681003ab7f64cab918500b3ecf2eb (patch) | |
tree | 755491c9a2f01c06ed96df901f8b39288972f5df /graphics/ruby-gdk_pixbuf2 | |
parent | 7ac87c14600b85d18dab1b56fe6249a5323678cd (diff) | |
download | ports-ea9033674d9681003ab7f64cab918500b3ecf2eb.tar.gz ports-ea9033674d9681003ab7f64cab918500b3ecf2eb.zip |
Notes
Diffstat (limited to 'graphics/ruby-gdk_pixbuf2')
-rw-r--r-- | graphics/ruby-gdk_pixbuf2/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/ruby-gdk_pixbuf2/Makefile b/graphics/ruby-gdk_pixbuf2/Makefile index 9074e80621ab..0f6c54c69e7f 100644 --- a/graphics/ruby-gdk_pixbuf2/Makefile +++ b/graphics/ruby-gdk_pixbuf2/Makefile @@ -27,8 +27,11 @@ USE_GNOME= gtk20 USE_RUBY_EXTCONF= yes CONFIGURE_ARGS= --with-pkg-config-dir=${LOCALBASE}/libdata/pkgconfig -.include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common" +MASTERDIR= ${.CURDIR}/../../x11/ruby-gnome2 +PKGDIR= ${.CURDIR} +.include "${MASTERDIR}/Makefile.common" + WRKSRC= ${RUBY_GNOME_WRKSRC}/gdk_pixbuf2 INSTALL_TARGET= site-install install |