diff options
author | minskim <minskim@pkgsrc.org> | 2009-08-19 06:01:37 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-08-19 06:01:37 +0000 |
commit | 957b62b09e1dc10fba759efd5b1046de412eb905 (patch) | |
tree | fe7a915811109b13d526e04c4ed98a6a1bd43348 /www | |
parent | 110181a83ce10709704ffaeab32d209c2da56505 (diff) | |
download | pkgsrc-957b62b09e1dc10fba759efd5b1046de412eb905.tar.gz |
Let emacs-w3m-snapshot require w3m>=0.5.2nb3 because earlier versions
built with default options do not support unicode, which is needed
by emacs-w3m-snapshot.
Noted by Aleksej Saushev on pkgsrc-users@.
Diffstat (limited to 'www')
-rw-r--r-- | www/emacs-w3m-snapshot/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/emacs-w3m-snapshot/Makefile b/www/emacs-w3m-snapshot/Makefile index 11215d94196..c291276a309 100644 --- a/www/emacs-w3m-snapshot/Makefile +++ b/www/emacs-w3m-snapshot/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2009/08/07 09:31:53 minskim Exp $ +# $NetBSD: Makefile,v 1.3 2009/08/19 06:01:37 minskim Exp $ DISTNAME= w3m-el-snapshot_1.4.364+0.20090802.orig PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/w3m-el-snapshot_/emacs-w3m-/:S/+0//:S/.orig//} +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/w/w3m-el-snapshot/} @@ -14,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= makeinfo gzip autoconf INFO_FILES= yes -DEPENDS+= w3m>=0.5.1nb2:../../www/w3m +DEPENDS+= w3m>=0.5.2nb3:../../www/w3m GNU_CONFIGURE= yes CONFIGURE_ARGS+= --srcdir=${WRKSRC} |