diff options
author | linimon <linimon@FreeBSD.org> | 2005-07-26 06:15:13 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2005-07-26 06:15:13 +0800 |
commit | dc1595ca34424d36ced125fdc1e7cce24d95fd68 (patch) | |
tree | f4866323d2cdf964a087843a458187b0e3dc8709 /graphics/ruby-libart | |
parent | 5f721de497f8486dddafad84d42a51af3f496647 (diff) | |
download | freebsd-ports-gnome-dc1595ca34424d36ced125fdc1e7cce24d95fd68.tar.gz freebsd-ports-gnome-dc1595ca34424d36ced125fdc1e7cce24d95fd68.tar.zst freebsd-ports-gnome-dc1595ca34424d36ced125fdc1e7cce24d95fd68.zip |
Allow portsmon and FreshPorts to understand that these ports which have
nonstandard Makefiles are actually slave ports.
No response from: maintainer
Diffstat (limited to 'graphics/ruby-libart')
-rw-r--r-- | graphics/ruby-libart/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/ruby-libart/Makefile b/graphics/ruby-libart/Makefile index 6fd1945da314..ba39af3b4bfd 100644 --- a/graphics/ruby-libart/Makefile +++ b/graphics/ruby-libart/Makefile @@ -24,6 +24,9 @@ LIB_DEPENDS= art_lgpl.5:${PORTSDIR}/graphics/libart \ USE_RUBY= yes USE_RUBY_EXTCONF= yes +SLAVE_PORT= yes +MASTER_PORT= x11/ruby-gnome + .include "${.CURDIR}/../../x11/ruby-gnome/Makefile.common" WRKSRC= ${RUBY_GNOME_WRKSRC}/${PORTNAME} |