diff options
author | tron <tron> | 2001-07-19 16:22:41 +0000 |
---|---|---|
committer | tron <tron> | 2001-07-19 16:22:41 +0000 |
commit | 808c498c72c45df0031a32bbe4e2267f806c42cf (patch) | |
tree | 0bbdeb8c580f63c3626fc2d55051be880028ab95 | |
parent | dd75fda798498f3b7e01ca0104bdf2f7f0dce3c4 (diff) | |
download | pkgsrc-808c498c72c45df0031a32bbe4e2267f806c42cf.tar.gz |
Add conflict with version 2.5.5 or newer of the "elm" package.
-rw-r--r-- | mail/metamail/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/metamail/Makefile b/mail/metamail/Makefile index 87faa004f05..23eae69c4ec 100644 --- a/mail/metamail/Makefile +++ b/mail/metamail/Makefile @@ -1,6 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/06/22 16:16:06 jlam Exp $ -# FreeBSD Id: Makefile,v 1.8 1996/11/21 11:27:26 asami Exp -# +# $NetBSD: Makefile,v 1.12 2001/07/19 16:22:41 tron Exp $ DISTNAME= mm2.7 PKGNAME= mm-2.7 @@ -11,9 +9,11 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= packages@netbsd.org COMMENT= Implementation of MIME, the Multipurpose Internet Mail Extensions +CONFLICTS+= elm>=2.5.5 + WRKSRC= ${WRKDIR}/${DISTNAME}/src -USE_BUILDLINK_ONLY= yes -USE_X11= yes +USE_BUILDLINK_ONLY= YES +USE_X11= YES .include "../../mk/bsd.prefs.mk" |