summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2005-07-25 22:15:13 +0000
committerMark Linimon <linimon@FreeBSD.org>2005-07-25 22:15:13 +0000
commita15850b3f4ff3cdb798ee562b99d1796f3660f3f (patch)
tree5fe7da078e4e9a714725dd0fedcbc9468c313f04 /graphics
parentUpdate maintainer email address to match his other ports. (diff)
Allow portsmon and FreshPorts to understand that these ports which have
nonstandard Makefiles are actually slave ports. No response from: maintainer
Notes
Notes: svn path=/head/; revision=140116
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ruby-gdk_imlib/Makefile3
-rw-r--r--graphics/ruby-gdk_pixbuf/Makefile3
-rw-r--r--graphics/ruby-gnomecanvas2/Makefile3
-rw-r--r--graphics/ruby-libart/Makefile3
4 files changed, 12 insertions, 0 deletions
diff --git a/graphics/ruby-gdk_imlib/Makefile b/graphics/ruby-gdk_imlib/Makefile
index 80de97e37775..fd3251938cf5 100644
--- a/graphics/ruby-gdk_imlib/Makefile
+++ b/graphics/ruby-gdk_imlib/Makefile
@@ -25,6 +25,9 @@ USE_RUBY_EXTCONF= yes
USE_XLIB= yes
USE_GNOME= imlib
+SLAVE_PORT= yes
+MASTER_PORT= x11/ruby-gnome
+
.include "${.CURDIR}/../../x11/ruby-gnome/Makefile.common"
WRKSRC= ${RUBY_GNOME_WRKSRC}/${PORTNAME}
diff --git a/graphics/ruby-gdk_pixbuf/Makefile b/graphics/ruby-gdk_pixbuf/Makefile
index 5d211424dec9..d508f607799b 100644
--- a/graphics/ruby-gdk_pixbuf/Makefile
+++ b/graphics/ruby-gdk_pixbuf/Makefile
@@ -25,6 +25,9 @@ USE_RUBY_EXTCONF= yes
USE_XLIB= yes
USE_GNOME= glib12 libcapplet gdkpixbuf
+SLAVE_PORT= yes
+MASTER_PORT= x11/ruby-gnome
+
.include "${.CURDIR}/../../x11/ruby-gnome/Makefile.common"
WRKSRC= ${RUBY_GNOME_WRKSRC}/${PORTNAME}
diff --git a/graphics/ruby-gnomecanvas2/Makefile b/graphics/ruby-gnomecanvas2/Makefile
index a153af0fd932..44024925246d 100644
--- a/graphics/ruby-gnomecanvas2/Makefile
+++ b/graphics/ruby-gnomecanvas2/Makefile
@@ -24,6 +24,9 @@ USE_RUBY= yes
USE_GNOME= libgnomecanvas
USE_RUBY_EXTCONF= yes
+SLAVE_PORT= yes
+MASTER_PORT= x11/ruby-gnome
+
.include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common"
WRKSRC= ${RUBY_GNOME_WRKSRC}/gnomecanvas
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}