summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2005-04-05 18:55:31 +0000
committerMark Linimon <linimon@FreeBSD.org>2005-04-05 18:55:31 +0000
commit6db0a9f0e25eabdb011bfe4530ff2616539a32f8 (patch)
treeaa77333ec20b7a63d56b5f6456db667a5532be64
parentAdd two advisory variables that mark this port as a slave port. Due to (diff)
Add an advisory variable that mark this port as not being a slave port.
For whatever reason, the default assignments of this variable is wrong. This only affects FreshPorts and portsmon. Approved by: maintainer
Notes
Notes: svn path=/head/; revision=132580
-rw-r--r--databases/db42/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/db42/Makefile b/databases/db42/Makefile
index 58cf0978ff5b..d0be51de2de9 100644
--- a/databases/db42/Makefile
+++ b/databases/db42/Makefile
@@ -18,6 +18,8 @@ COMMENT= The Berkeley DB package, revision 4.2
MASTERDIR?= ${.CURDIR}
+SLAVE_PORT= no
+
.include <${MASTERDIR}/Makefile.db>
.include <bsd.port.pre.mk>