diff options
author | mandree <mandree@FreeBSD.org> | 2013-12-14 07:27:33 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2013-12-14 07:27:33 +0800 |
commit | f7444c942bee2a3f9ce63123dc15231176277dea (patch) | |
tree | 72cf0ad49ed03eb93aa849c1763bdeb049b7dc38 /databases/db41-nocrypto | |
parent | b5aa0b0f5c9afdbe2e46216a96bc75bfbede552c (diff) | |
download | freebsd-ports-gnome-f7444c942bee2a3f9ce63123dc15231176277dea.tar.gz freebsd-ports-gnome-f7444c942bee2a3f9ce63123dc15231176277dea.tar.zst freebsd-ports-gnome-f7444c942bee2a3f9ce63123dc15231176277dea.zip |
Mark deprecated, for 41/42, add CONFLICTS between crypto/-nocrypto ports.
Diffstat (limited to 'databases/db41-nocrypto')
-rw-r--r-- | databases/db41-nocrypto/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/db41-nocrypto/Makefile b/databases/db41-nocrypto/Makefile index 34f745c88ab4..0bac28b2e401 100644 --- a/databases/db41-nocrypto/Makefile +++ b/databases/db41-nocrypto/Makefile @@ -8,4 +8,6 @@ MASTERDIR= ${.CURDIR}/../db41 DISTINFO_FILE= ${.CURDIR}/distinfo NO_STAGE= yes +CONFLICTS= db41-4* + .include "${MASTERDIR}/Makefile" |