diff options
author | wiz <wiz@pkgsrc.org> | 2002-12-23 17:45:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-12-23 17:45:36 +0000 |
commit | 34d312c14dba7872efacf6af2dd54949640e2cdd (patch) | |
tree | 84ec250eedb7dea050fe2d6298efcf69ccfcaffd /editors | |
parent | 03af9ff2789257b9f5f32954b573ce3b6ee58c46 (diff) | |
download | pkgsrc-34d312c14dba7872efacf6af2dd54949640e2cdd.tar.gz |
Wildcard libutf depends.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ssam/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/ssam/Makefile b/editors/ssam/Makefile index 2c76da81b3d..3feee3bae48 100644 --- a/editors/ssam/Makefile +++ b/editors/ssam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/02/16 14:40:53 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2002/12/23 17:45:36 wiz Exp $ # DISTNAME= ssam-1.9 @@ -9,7 +9,7 @@ MAINTAINER= agc@netbsd.org HOMEPAGE= http://www.westley.demon.co.uk/software.html COMMENT= UTF-8-aware stream editor like sed(1), using the sam command set -DEPENDS= libutf-2.10:../../misc/libutf +DEPENDS= libutf>=2.10:../../misc/libutf GNU_CONFIGURE= yes ALL_TARGET= tst |