diff options
author | linimon <linimon@FreeBSD.org> | 2005-07-25 22:15:13 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2005-07-25 22:15:13 +0000 |
commit | dc1595ca34424d36ced125fdc1e7cce24d95fd68 (patch) | |
tree | f4866323d2cdf964a087843a458187b0e3dc8709 /databases/ruby-dbd_msql/Makefile | |
parent | 5f721de497f8486dddafad84d42a51af3f496647 (diff) | |
download | FreeBSD-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
Diffstat (limited to 'databases/ruby-dbd_msql/Makefile')
-rw-r--r-- | databases/ruby-dbd_msql/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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} |