diff options
author | garga <garga@FreeBSD.org> | 2005-09-29 21:03:55 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-09-29 21:03:55 +0800 |
commit | a96aebc5f8be40c54a65b8fa4ed5f1a713ce8856 (patch) | |
tree | 4d8f629359dbce64809dc19fe2dfd2b66991e277 /mail/sympa | |
parent | b19756e57222118b65b1a247c155089c296d85ad (diff) | |
download | freebsd-ports-gnome-a96aebc5f8be40c54a65b8fa4ed5f1a713ce8856.tar.gz freebsd-ports-gnome-a96aebc5f8be40c54a65b8fa4ed5f1a713ce8856.tar.zst freebsd-ports-gnome-a96aebc5f8be40c54a65b8fa4ed5f1a713ce8856.zip |
- Add sympa5 to CONFLICTS
Diffstat (limited to 'mail/sympa')
-rw-r--r-- | mail/sympa/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/sympa/Makefile b/mail/sympa/Makefile index 12e6933d5315..62f5d3eb398c 100644 --- a/mail/sympa/Makefile +++ b/mail/sympa/Makefile @@ -29,6 +29,8 @@ BUILD_DEPENDS+= ${SITE_PERL}/Mail/Mailer.pm:${PORTSDIR}/mail/p5-Mail-Tools \ ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip RUN_DEPENDS= ${BUILD_DEPENDS} +CONFLICTS= sympa-5* + DB_TYPE= .include <bsd.port.pre.mk> |