diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2013-12-13 23:27:33 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2013-12-13 23:27:33 +0000 |
commit | 2953b8bd158427c49c5c563e2c868ade47ed3c32 (patch) | |
tree | 72cf0ad49ed03eb93aa849c1763bdeb049b7dc38 /databases/db42-nocrypto | |
parent | 36125fdcf67425f0e72cb02ae59bd427df674bb6 (diff) | |
download | ports-2953b8bd158427c49c5c563e2c868ade47ed3c32.tar.gz ports-2953b8bd158427c49c5c563e2c868ade47ed3c32.zip |
Notes
Diffstat (limited to 'databases/db42-nocrypto')
-rw-r--r-- | databases/db42-nocrypto/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/db42-nocrypto/Makefile b/databases/db42-nocrypto/Makefile index 8db6ea68ee30..2fce4e57ed28 100644 --- a/databases/db42-nocrypto/Makefile +++ b/databases/db42-nocrypto/Makefile @@ -10,4 +10,6 @@ MASTERDIR= ${.CURDIR}/../db42 DISTINFO_FILE= ${.CURDIR}/distinfo NO_STAGE= yes +CONFLICTS= db42-4* + .include "${MASTERDIR}/Makefile" |