diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-11 06:14:55 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-11 06:14:55 +0000 |
commit | d3d151cd725134721a6149ce28df9f661f186596 (patch) | |
tree | 0771871c6e8e665ee00380e240d79329cac443ef /mail/balsa | |
parent | ca8f11067c1d409757ba0e4559933bbc48f25edb (diff) | |
download | ports-d3d151cd725134721a6149ce28df9f661f186596.tar.gz ports-d3d151cd725134721a6149ce28df9f661f186596.zip |
Notes
Diffstat (limited to 'mail/balsa')
-rw-r--r-- | mail/balsa/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index d4c62f93766a..6585e651a684 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -37,4 +37,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ MAN1= balsa.1 +CONFLICTS= balsa2-* + .include <bsd.port.mk> |