summaryrefslogtreecommitdiff
path: root/www/ap-dtcl
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-11-21 22:12:57 +0000
committertron <tron@pkgsrc.org>1999-11-21 22:12:57 +0000
commit001d077201743127e7cbe93fcaef8e505d256e64 (patch)
tree5f48eb2409d2e4a5963bf04f72e0326d80cb5ae8 /www/ap-dtcl
parenta18ca017b2074ae56349df138018e87ee1c685c9 (diff)
downloadpkgsrc-001d077201743127e7cbe93fcaef8e505d256e64.tar.gz
Use wildcard dependence for "apache" package.
Diffstat (limited to 'www/ap-dtcl')
-rw-r--r--www/ap-dtcl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-dtcl/Makefile b/www/ap-dtcl/Makefile
index d0971cd40c7..81ab1ddcf9f 100644
--- a/www/ap-dtcl/Makefile
+++ b/www/ap-dtcl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1999/11/12 19:59:56 jwise Exp $
+# $NetBSD: Makefile,v 1.3 1999/11/21 22:12:59 tron Exp $
DISTNAME= libapache-mod-dtcl_0.6.4-1
PKGNAME= ap-dtcl-0.6.4
@@ -9,7 +9,7 @@ MASTER_SITES= http://master.debian.org/~davidw/mod_dtcl/
MAINTAINER= jwise@netbsd.org
HOMEPAGE= http://comanche.com.dtu.dk/dave/
-DEPENDS+= apache-1.3.6p0:../../www/apache
+DEPENDS+= apache-1.3.*:../../www/apache
DEPENDS+= tcl-*:../../lang/tcl80
# For "apxs":
BUILD_DEPENDS= ${LOCALBASE}/bin/perl:../../lang/perl5