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 /accessibility | |
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 'accessibility')
-rw-r--r-- | accessibility/ruby-atk/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/accessibility/ruby-atk/Makefile b/accessibility/ruby-atk/Makefile index 8f8a60009353..3f60ead372d5 100644 --- a/accessibility/ruby-atk/Makefile +++ b/accessibility/ruby-atk/Makefile @@ -27,7 +27,10 @@ USE_GNOME= atk 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}/atk INSTALL_TARGET= site-install install |