summaryrefslogtreecommitdiff
path: root/mail/metamail
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-03 21:11:06 +0000
committerjlam <jlam>2005-06-03 21:11:06 +0000
commit832774184c344e221155cc27f05bacf8f02a567a (patch)
treeb38f8dec3b986363d15bcca33f29ba56ac6befc0 /mail/metamail
parent31afb0129755fcb9c127560b14ae73a9fc6c5cb6 (diff)
downloadpkgsrc-832774184c344e221155cc27f05bacf8f02a567a.tar.gz
Teach the tools framework about bdftopcf and remove
x11-clients.buildlink3.mk. Packages that need bdftopcf should say: USE_TOOLS+= bdftopcf
Diffstat (limited to 'mail/metamail')
-rw-r--r--mail/metamail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/metamail/Makefile b/mail/metamail/Makefile
index 36f267f55b1..fb1612a128f 100644
--- a/mail/metamail/Makefile
+++ b/mail/metamail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2005/05/09 13:02:14 xtraeme Exp $
+# $NetBSD: Makefile,v 1.36 2005/06/03 21:11:07 jlam Exp $
DISTNAME= mm2.7
PKGNAME= metamail-2.7
@@ -24,6 +24,7 @@ MAKE_ENV+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR} CHMOD=${CHMOD} SED=${SED}
EGDIR= ${PREFIX}/share/examples/metamail
CONF_FILES= ${EGDIR}/mailcap ${PKG_SYSCONFDIR}/mailcap
+USE_TOOLS+= bdftopcf
INSTALLATION_DIRS= bin man/man1 man/man4
@@ -43,5 +44,4 @@ post-patch:
pre-install:
${INSTALL_DATA_DIR} ${EGDIR}
-.include "../../mk/x11-clients.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"