aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2005-04-06 02:55:31 +0800
committerlinimon <linimon@FreeBSD.org>2005-04-06 02:55:31 +0800
commit7960fe989274a08770e77cf38489431a2d2dcce7 (patch)
tree38c73987659ff77b18050a388e652c711e74e761 /databases
parenta96975bb64858710b486289ab77c3edff8da9283 (diff)
downloadfreebsd-ports-gnome-7960fe989274a08770e77cf38489431a2d2dcce7.tar.gz
freebsd-ports-gnome-7960fe989274a08770e77cf38489431a2d2dcce7.tar.zst
freebsd-ports-gnome-7960fe989274a08770e77cf38489431a2d2dcce7.zip
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
Diffstat (limited to 'databases')
-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>