diff options
author | tron <tron> | 2002-11-19 09:30:50 +0000 |
---|---|---|
committer | tron <tron> | 2002-11-19 09:30:50 +0000 |
commit | 103f01712b8e6535b708b3269ccbb064156ca35d (patch) | |
tree | 339a592a090b9d24df864eccf68a0ac6db61f036 /www/htdig | |
parent | 9456457a4a45d47fcdc2a6d44c0c85f7d5820933 (diff) | |
download | pkgsrc-103f01712b8e6535b708b3269ccbb064156ca35d.tar.gz |
Use wildcard dependence on "db" package.
Diffstat (limited to 'www/htdig')
-rw-r--r-- | www/htdig/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/htdig/Makefile b/www/htdig/Makefile index e84fc230fa2..41b5ee53b61 100644 --- a/www/htdig/Makefile +++ b/www/htdig/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2002/03/09 21:48:11 fredb Exp $ -# +# $NetBSD: Makefile,v 1.13 2002/11/19 09:30:50 tron Exp $ DISTNAME= htdig-3.1.6 CATEGORIES= www databases @@ -16,7 +15,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://htdig.sourceforge.net/ COMMENT= WWW indexing and searching system -DEPENDS+= db-2.7.7:../../databases/db +DEPENDS+= db>=2.7.7:../../databases/db GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-cgi-bin-dir=${PREFIX}/libexec/cgi-bin \ |