diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-12-17 13:11:09 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-12-17 13:11:09 +0000 |
commit | 2ca7fc3f9a2fe69e2def683819ccffc226c35b68 (patch) | |
tree | b2962a89fbfe8c7826bd245621fe133b190471ef /www/emacs-w3m-snapshot | |
parent | 4856e4c900b8b1bfff074752bd69724c045fbe1d (diff) | |
download | pkgsrc-2ca7fc3f9a2fe69e2def683819ccffc226c35b68.tar.gz |
Modify DEPENDS so that not to install w3m when w3m-img is installed.
This fix is provided in PR pkg/38459 by Hiroyuki Bessho.
Increment PKGREVISION for each emacs-w3m and emacs-w3m-snapshot.
Diffstat (limited to 'www/emacs-w3m-snapshot')
-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 69918b6dc3d..c77eb9f2d18 100644 --- a/www/emacs-w3m-snapshot/Makefile +++ b/www/emacs-w3m-snapshot/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2011/12/01 17:53:58 minskim Exp $ +# $NetBSD: Makefile,v 1.7 2011/12/17 13:11:09 hiramatsu Exp $ DISTNAME= w3m-el-snapshot_1.4.442+0.20110729.orig +PKGREVISION= 1 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/w3m-el-snapshot_/emacs-w3m-/:S/+0//:S/.orig//} 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.2nb3:../../www/w3m +DEPENDS+= w3m{,-img}>=0.5.2nb3:../../www/w3m GNU_CONFIGURE= yes CONFIGURE_ARGS+= --srcdir=${WRKSRC} |