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 /x11-toolkits/ruby-gtk2 | |
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 'x11-toolkits/ruby-gtk2')
-rw-r--r-- | x11-toolkits/ruby-gtk2/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-toolkits/ruby-gtk2/Makefile b/x11-toolkits/ruby-gtk2/Makefile index 25f5ffb2d655..ffc77b318c70 100644 --- a/x11-toolkits/ruby-gtk2/Makefile +++ b/x11-toolkits/ruby-gtk2/Makefile @@ -29,8 +29,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}/gtk2 INSTALL_TARGET= site-install install |