summaryrefslogtreecommitdiff
path: root/mail/mew/Makefile
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2004-03-13 16:49:54 +0000
committeruebayasi <uebayasi>2004-03-13 16:49:54 +0000
commitfe1be242a3de9f4ead0f9d0457c6e48d8cf24b2a (patch)
treeae046b21d4d269b5a494b2bc8329124cdc562043 /mail/mew/Makefile
parent73c68242043dfc99faec69027a742afa98411437 (diff)
downloadpkgsrc-fe1be242a3de9f4ead0f9d0457c6e48d8cf24b2a.tar.gz
mewencode(1) uses zlib. Include zlib/buildlink3. Bl3fy.
Fix build on non-NetBSD. Reported by A. L. Meyers.
Diffstat (limited to 'mail/mew/Makefile')
-rw-r--r--mail/mew/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/mew/Makefile b/mail/mew/Makefile
index 534f372ec4f..58025a5e804 100644
--- a/mail/mew/Makefile
+++ b/mail/mew/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2003/08/18 13:17:51 minoura Exp $
+# $NetBSD: Makefile,v 1.55 2004/03/13 16:49:54 uebayasi Exp $
DISTNAME= mew-2.3
CATEGORIES= mail
@@ -12,6 +12,8 @@ CONFLICTS=+ mew-xemacs-*
INFO_FILES= mew.info
+USE_BUILDLINK3= yes
+
EMACS_VERSIONS_ACCEPTED= emacs21 emacs20
MEW_CONTRIB_DIR=${EMACS_LISPPREFIX}/mew/contrib
@@ -33,5 +35,6 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/contrib/00readme* \
${WRKSRC}/contrib/*.el ${MEW_CONTRIB_DIR}
+.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/emacs.mk"
.include "../../mk/bsd.pkg.mk"