diff options
author | linimon <linimon@FreeBSD.org> | 2005-04-06 02:55:31 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2005-04-06 02:55:31 +0800 |
commit | 7960fe989274a08770e77cf38489431a2d2dcce7 (patch) | |
tree | 38c73987659ff77b18050a388e652c711e74e761 /databases | |
parent | a96975bb64858710b486289ab77c3edff8da9283 (diff) | |
download | freebsd-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/Makefile | 2 |
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> |