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 /databases/ruby-dbd_sqlite/Makefile | |
parent | Update 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 'databases/ruby-dbd_sqlite/Makefile')
-rw-r--r-- | databases/ruby-dbd_sqlite/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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} |