diff options
author | swills <swills@FreeBSD.org> | 2012-09-06 13:28:49 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-09-06 13:28:49 +0800 |
commit | f16fba0ff22f34acdb3de4e82da81b0fe4ba697e (patch) | |
tree | 755491c9a2f01c06ed96df901f8b39288972f5df /graphics | |
parent | 0bd4504c1ad242dbdb7b203b782e835cc110ccab (diff) | |
download | freebsd-ports-gnome-f16fba0ff22f34acdb3de4e82da81b0fe4ba697e.tar.gz freebsd-ports-gnome-f16fba0ff22f34acdb3de4e82da81b0fe4ba697e.tar.zst freebsd-ports-gnome-f16fba0ff22f34acdb3de4e82da81b0fe4ba697e.zip |
- Convert ruby-gnome ports to proper master/slave setup
Reviewed by: gjb
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ruby-gdk_pixbuf2/Makefile | 5 | ||||
-rw-r--r-- | graphics/ruby-rsvg2/Makefile | 5 |
2 files changed, 8 insertions, 2 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 diff --git a/graphics/ruby-rsvg2/Makefile b/graphics/ruby-rsvg2/Makefile index 8e1d66089835..83eae81e0481 100644 --- a/graphics/ruby-rsvg2/Makefile +++ b/graphics/ruby-rsvg2/Makefile @@ -27,7 +27,10 @@ USE_GNOME= librsvg2 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}/rsvg2 INSTALL_TARGET= site-install install |