pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/sam If one version of a package works, later v...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6dd9d9e2cdf3
branches:  trunk
changeset: 508599:6dd9d9e2cdf3
user:      darcy <darcy%pkgsrc.org@localhost>
date:      Wed Feb 22 11:36:37 2006 +0000

description:
If one version of a package works, later versions should be OK.  Change
confirmed with agc@.

diffstat:

 editors/sam/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 68a243f8ec05 -r 6dd9d9e2cdf3 editors/sam/Makefile
--- a/editors/sam/Makefile      Wed Feb 22 10:30:18 2006 +0000
+++ b/editors/sam/Makefile      Wed Feb 22 11:36:37 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2006/02/05 23:08:57 joerg Exp $
+# $NetBSD: Makefile,v 1.32 2006/02/22 11:36:37 darcy Exp $
 
 DISTNAME=              sam
 PKGNAME=               sam-4.3
@@ -10,7 +10,7 @@
 MAINTAINER=            tech-pkg%NetBSD.org@localhost
 COMMENT=               Unix version of Rob Pike's editor for plan9
 
-DEPENDS+=              libXgFonts-1.0nb1:../../fonts/Xg
+DEPENDS+=              libXgFonts>=1.0nb1:../../fonts/Xg
 
 WRKSRC=                        ${WRKDIR}
 EXTRACT_CMD=           ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH}



Home | Main Index | Thread Index | Old Index