diff options
author | tron <tron@pkgsrc.org> | 2001-07-19 16:22:41 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-07-19 16:22:41 +0000 |
commit | 49667ff44748e136fb315355388646585ba19c78 (patch) | |
tree | 0bbdeb8c580f63c3626fc2d55051be880028ab95 /mail/metamail/Makefile | |
parent | a4bd4c21b51879ed43ee94fd57a2cbd890c83063 (diff) | |
download | pkgsrc-49667ff44748e136fb315355388646585ba19c78.tar.gz |
Add conflict with version 2.5.5 or newer of the "elm" package.
Diffstat (limited to 'mail/metamail/Makefile')
-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" |