summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2005-07-25 22:15:13 +0000
committerlinimon <linimon@FreeBSD.org>2005-07-25 22:15:13 +0000
commitdc1595ca34424d36ced125fdc1e7cce24d95fd68 (patch)
treef4866323d2cdf964a087843a458187b0e3dc8709
parent5f721de497f8486dddafad84d42a51af3f496647 (diff)
downloadFreeBSD-ports-dc1595ca34424d36ced125fdc1e7cce24d95fd68.zip
FreeBSD-ports-dc1595ca34424d36ced125fdc1e7cce24d95fd68.tar.gz
Allow portsmon and FreshPorts to understand that these ports which have
nonstandard Makefiles are actually slave ports. No response from: maintainer
-rw-r--r--databases/ruby-dbd_interbase/Makefile3
-rw-r--r--databases/ruby-dbd_msql/Makefile3
-rw-r--r--databases/ruby-dbd_mysql/Makefile3
-rw-r--r--databases/ruby-dbd_odbc/Makefile3
-rw-r--r--databases/ruby-dbd_pg/Makefile3
-rw-r--r--databases/ruby-dbd_proxy/Makefile3
-rw-r--r--databases/ruby-dbd_sqlite/Makefile3
-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
11 files changed, 33 insertions, 0 deletions
diff --git a/databases/ruby-dbd_interbase/Makefile b/databases/ruby-dbd_interbase/Makefile
index 4d968e2..269ad11 100644
--- a/databases/ruby-dbd_interbase/Makefile
+++ b/databases/ruby-dbd_interbase/Makefile
@@ -23,6 +23,9 @@ RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} \
USE_RUBY= yes
USE_RUBY_SETUP= yes
+SLAVE_PORT= yes
+MASTER_PORT= databases/ruby-dbi
+
WRKSRC= ${RUBY_DBI_WRKSRC}
CONFIGURE_ARGS= --with=lib/${PORTNAME}
diff --git a/databases/ruby-dbd_msql/Makefile b/databases/ruby-dbd_msql/Makefile
index c8e6de7..6b9f882 100644
--- a/databases/ruby-dbd_msql/Makefile
+++ b/databases/ruby-dbd_msql/Makefile
@@ -23,6 +23,9 @@ RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} \
USE_RUBY= yes
USE_RUBY_SETUP= yes
+SLAVE_PORT= yes
+MASTER_PORT= databases/ruby-dbi
+
WRKSRC= ${RUBY_DBI_WRKSRC}
CONFIGURE_ARGS= --with=lib/${PORTNAME}
diff --git a/databases/ruby-dbd_mysql/Makefile b/databases/ruby-dbd_mysql/Makefile
index db59291..dd10373 100644
--- a/databases/ruby-dbd_mysql/Makefile
+++ b/databases/ruby-dbd_mysql/Makefile
@@ -23,6 +23,9 @@ RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} \
USE_RUBY= yes
USE_RUBY_SETUP= yes
+SLAVE_PORT= yes
+MASTER_PORT= databases/ruby-dbi
+
WRKSRC= ${RUBY_DBI_WRKSRC}
CONFIGURE_ARGS= --with=lib/${PORTNAME}
diff --git a/databases/ruby-dbd_odbc/Makefile b/databases/ruby-dbd_odbc/Makefile
index 7fb2060..de66538 100644
--- a/databases/ruby-dbd_odbc/Makefile
+++ b/databases/ruby-dbd_odbc/Makefile
@@ -23,6 +23,9 @@ RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} \
USE_RUBY= yes
USE_RUBY_SETUP= yes
+SLAVE_PORT= yes
+MASTER_PORT= databases/ruby-dbi
+
WRKSRC= ${RUBY_DBI_WRKSRC}
CONFIGURE_ARGS= --with=lib/${PORTNAME}
diff --git a/databases/ruby-dbd_pg/Makefile b/databases/ruby-dbd_pg/Makefile
index 82f1d77..90de851 100644
--- a/databases/ruby-dbd_pg/Makefile
+++ b/databases/ruby-dbd_pg/Makefile
@@ -24,6 +24,9 @@ RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} \
USE_RUBY= yes
USE_RUBY_SETUP= yes
+SLAVE_PORT= yes
+MASTER_PORT= databases/ruby-dbi
+
WRKSRC= ${RUBY_DBI_WRKSRC}
CONFIGURE_ARGS= --with=lib/${PORTNAME}
diff --git a/databases/ruby-dbd_proxy/Makefile b/databases/ruby-dbd_proxy/Makefile
index b93c938..c8695df 100644
--- a/databases/ruby-dbd_proxy/Makefile
+++ b/databases/ruby-dbd_proxy/Makefile
@@ -23,6 +23,9 @@ USE_RUBY= yes
USE_RUBY_FEATURES= drb
USE_RUBY_SETUP= yes
+SLAVE_PORT= yes
+MASTER_PORT= databases/ruby-dbi
+
WRKSRC= ${RUBY_DBI_WRKSRC}
CONFIGURE_ARGS= --with=bin/proxyserver,lib/${PORTNAME}
diff --git a/databases/ruby-dbd_sqlite/Makefile b/databases/ruby-dbd_sqlite/Makefile
index b274986..3153f1c 100644
--- a/databases/ruby-dbd_sqlite/Makefile
+++ b/databases/ruby-dbd_sqlite/Makefile
@@ -24,6 +24,9 @@ RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR}
USE_RUBY= yes
USE_RUBY_SETUP= yes
+SLAVE_PORT= yes
+MASTER_PORT= databases/ruby-dbi
+
WRKSRC= ${RUBY_DBI_WRKSRC}
CONFIGURE_ARGS= --with=ext/${PORTNAME}
diff --git a/graphics/ruby-gdk_imlib/Makefile b/graphics/ruby-gdk_imlib/Makefile
index 80de97e..fd32519 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 5d21142..d508f60 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 a153af0..4402492 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 6fd1945..ba39af3 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}
OpenPOWER on IntegriCloud