diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2004-03-13 16:49:54 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2004-03-13 16:49:54 +0000 |
commit | 47a2466f3c7795bcbe4981cda66864e27db98cc8 (patch) | |
tree | ae046b21d4d269b5a494b2bc8329124cdc562043 /mail/mew/Makefile | |
parent | d1d5a61d4b2aa93ef53bcfd82f5146fbba2e8415 (diff) | |
download | pkgsrc-47a2466f3c7795bcbe4981cda66864e27db98cc8.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/Makefile | 5 |
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" |