summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-09-23 21:01:43 +0000
committerjlam <jlam@pkgsrc.org>2002-09-23 21:01:43 +0000
commit0647e3c73255b587c0174704b195ff7790ca27a6 (patch)
tree0b9e7f2dcf066e313c81d5d5d7f0b3ae3f97d337 /mail
parentd22ad9d6bec39f8944a46ff51ce9ed45bd1f5636 (diff)
downloadpkgsrc-0647e3c73255b587c0174704b195ff7790ca27a6.tar.gz
buildlink1 -> buildlink2
Diffstat (limited to 'mail')
-rw-r--r--mail/metamail/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/metamail/Makefile b/mail/metamail/Makefile
index 14ba1ad0439..61ab1b3b0b3 100644
--- a/mail/metamail/Makefile
+++ b/mail/metamail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2002/05/26 10:42:41 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2002/09/23 21:01:43 jlam Exp $
DISTNAME= mm2.7
PKGNAME= metamail-2.7
@@ -12,17 +12,16 @@ COMMENT= Implementation of MIME, the Multipurpose Internet Mail Extensions
CONFLICTS+= elm>=2.5.5 mm-2.7
WRKSRC= ${WRKDIR}/${DISTNAME}/src
-USE_BUILDLINK_ONLY= YES
+USE_BUILDLINK2= YES
+USE_X11= YES
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
CFLAGS= -DSYSV
-MAKE_ENV+= CC="${CC}"
.endif
post-patch:
${RM} -f ${WRKDIR}/mm2.7/src/bin/*.orig
-.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"