diff options
author | drochner <drochner> | 2011-12-09 14:36:32 +0000 |
---|---|---|
committer | drochner <drochner> | 2011-12-09 14:36:32 +0000 |
commit | 7c96d1057f67af36637afd5da59fa8b8433d0bcf (patch) | |
tree | b1086532fa0d0b5c368d55841eddca69d71edfe0 /editors | |
parent | 8104a8236b2d013b172dfbce9fbefb5bbbc77a39 (diff) | |
download | pkgsrc-7c96d1057f67af36637afd5da59fa8b8433d0bcf.tar.gz |
PKGREV bump for libXp-less openmotif
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nedit/Makefile | 5 | ||||
-rw-r--r-- | editors/ted/Makefile | 4 | ||||
-rw-r--r-- | editors/vim-motif/Makefile | 4 |
3 files changed, 6 insertions, 7 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index ff48f99ad55..418fd2c0110 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.49 2007/12/30 14:21:00 obache Exp $ +# $NetBSD: Makefile,v 1.50 2011/12/09 14:36:34 drochner Exp $ DISTNAME= nedit-${VERS}-src PKGNAME= nedit-${VERS} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_NEDIT:=v${VERS:S/./_/g}/} \ ${MASTER_SITE_SOURCEFORGE:=nedit/} @@ -43,7 +43,6 @@ do-install: .endfor .include "../../x11/libXt/buildlink3.mk" -.include "../../x11/libXp/buildlink3.mk" .include "../../x11/libXpm/buildlink3.mk" .include "../../mk/motif.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/editors/ted/Makefile b/editors/ted/Makefile index 1ced5d46588..f33bf2a3e5d 100644 --- a/editors/ted/Makefile +++ b/editors/ted/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.45 2011/02/12 11:41:01 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2011/12/09 14:36:34 drochner Exp $ DISTNAME= ted-2.21.src PKGNAME= ${DISTNAME:S/.src//} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= editors MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ diff --git a/editors/vim-motif/Makefile b/editors/vim-motif/Makefile index 881f3509f0d..98ae88ad559 100644 --- a/editors/vim-motif/Makefile +++ b/editors/vim-motif/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2011/04/22 13:43:27 obache Exp $ +# $NetBSD: Makefile,v 1.32 2011/12/09 14:36:34 drochner Exp $ PKGNAME= vim-motif-${VIM_VERSION}.${VIM_PATCHLEVEL} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Vim editor (vi clone) with X11 Motif GUI |