diff options
author | ale <ale@FreeBSD.org> | 2004-02-26 22:34:32 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-02-26 22:34:32 +0800 |
commit | 9751066ff5c8e0ab5ed97bf27add5f47589290a6 (patch) | |
tree | 40cb0e3b979b1f8de338900f3c5341179ed3dba3 | |
parent | b87c59ba04ad53e79ffbcd1fd8f3de16b7353a7c (diff) | |
download | freebsd-ports-gnome-9751066ff5c8e0ab5ed97bf27add5f47589290a6.tar.gz freebsd-ports-gnome-9751066ff5c8e0ab5ed97bf27add5f47589290a6.tar.zst freebsd-ports-gnome-9751066ff5c8e0ab5ed97bf27add5f47589290a6.zip |
Add CONFLICTS.
-rw-r--r-- | mail/qmailadmin/Makefile | 2 | ||||
-rw-r--r-- | mail/vpopmail/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/mail/qmailadmin/Makefile b/mail/qmailadmin/Makefile index 57430b31be1d..2b8cc9ce7cbd 100644 --- a/mail/qmailadmin/Makefile +++ b/mail/qmailadmin/Makefile @@ -31,6 +31,8 @@ BUILD_DEPENDS+= ezmlm-idx:${PORTSDIR}/mail/ezmlm-idx RUN_DEPENDS+= ezmlm-idx:${PORTSDIR}/mail/ezmlm-idx .endif +CONFLICTS= qmailadmin-devel-1.* + GNU_CONFIGURE= YES USE_GMAKE= YES diff --git a/mail/vpopmail/Makefile b/mail/vpopmail/Makefile index 2c800bda81ed..6396fe88b35a 100644 --- a/mail/vpopmail/Makefile +++ b/mail/vpopmail/Makefile @@ -19,6 +19,8 @@ BUILD_DEPENDS= ${QMAIL_DIR}/bin/qmail-send:${PORTSDIR}/mail/qmail \ RUN_DEPENDS= ${QMAIL_DIR}/bin/qmail-send:${PORTSDIR}/mail/qmail \ ${LOCALBASE}/bin/tcprules:${PORTSDIR}/sysutils/ucspi-tcp +CONFLICTS= vpopmail-devel-5.* + GNU_CONFIGURE= YES USE_GMAKE= YES USE_REINPLACE= YES |