diff options
author | joerg <joerg@pkgsrc.org> | 2006-02-05 23:08:03 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-02-05 23:08:03 +0000 |
commit | 5911def8168a758ff36655bdfb061b58eb52ff1c (patch) | |
tree | 55f8bf20a2509b6bfbeff866e548573d549d538e /editors/wily | |
parent | 2c6401a1061bb894c594273db42efd205d73bedc (diff) | |
download | pkgsrc-5911def8168a758ff36655bdfb061b58eb52ff1c.tar.gz |
Recursive revision bump / recommended bump for gettext ABI change.
Diffstat (limited to 'editors/wily')
-rw-r--r-- | editors/wily/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/wily/Makefile b/editors/wily/Makefile index 729dc6d6a0f..36e6ef017cf 100644 --- a/editors/wily/Makefile +++ b/editors/wily/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2005/10/12 12:13:38 tonio Exp $ +# $NetBSD: Makefile,v 1.15 2006/02/05 23:08:59 joerg Exp $ # DISTNAME= wily-0.13.41 +PKGREVISION= 1 CATEGORIES= editors plan9 MASTER_SITES= ftp://ftp.cs.yorku.ca/pub/wily/src/old/ EXTRACT_SUFX= .tgz @@ -13,7 +14,7 @@ COMMENT= Unix/X11 clone of the Plan9 acme editor/environment GNU_CONFIGURE= yes CONFIGURE_HAS_MANDIR= no -DEPENDS+= libXgFonts-1.0:../../fonts/Xg +DEPENDS+= libXgFonts-1.0nb1:../../fonts/Xg .include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |