diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2005-07-25 22:15:13 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2005-07-25 22:15:13 +0000 |
commit | a15850b3f4ff3cdb798ee562b99d1796f3660f3f (patch) | |
tree | 5fe7da078e4e9a714725dd0fedcbc9468c313f04 | |
parent | 6a3f7c65769557c6aac9cfdb95d1aeac0d4cf96a (diff) | |
download | ports-a15850b3f4ff3cdb798ee562b99d1796f3660f3f.tar.gz ports-a15850b3f4ff3cdb798ee562b99d1796f3660f3f.zip |
Notes
-rw-r--r-- | databases/ruby-dbd_interbase/Makefile | 3 | ||||
-rw-r--r-- | databases/ruby-dbd_msql/Makefile | 3 | ||||
-rw-r--r-- | databases/ruby-dbd_mysql/Makefile | 3 | ||||
-rw-r--r-- | databases/ruby-dbd_odbc/Makefile | 3 | ||||
-rw-r--r-- | databases/ruby-dbd_pg/Makefile | 3 | ||||
-rw-r--r-- | databases/ruby-dbd_proxy/Makefile | 3 | ||||
-rw-r--r-- | databases/ruby-dbd_sqlite/Makefile | 3 | ||||
-rw-r--r-- | graphics/ruby-gdk_imlib/Makefile | 3 | ||||
-rw-r--r-- | graphics/ruby-gdk_pixbuf/Makefile | 3 | ||||
-rw-r--r-- | graphics/ruby-gnomecanvas2/Makefile | 3 | ||||
-rw-r--r-- | graphics/ruby-libart/Makefile | 3 |
11 files changed, 33 insertions, 0 deletions
diff --git a/databases/ruby-dbd_interbase/Makefile b/databases/ruby-dbd_interbase/Makefile index 4d968e220998..269ad11b835a 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 c8e6de747572..6b9f8827e5a8 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 db59291e2d7b..dd10373b5d7a 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 7fb20605a1fd..de6653884be0 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 82f1d777b02a..90de851dcc61 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 b93c93857c85..c8695df0906f 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 b274986ddedf..3153f1cfe1c3 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 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} |