summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc>2003-12-19 09:22:30 +0000
committeragc <agc>2003-12-19 09:22:30 +0000
commit24615bf5bf592e645c5d5318d1b93c98e0dca7bb (patch)
tree449ff423a272e87309cac8baaa2ebc61dbcdc136
parentf894a0ed2990d5fdc5113ae4770644e38d0b9149 (diff)
downloadpkgsrc-24615bf5bf592e645c5d5318d1b93c98e0dca7bb.tar.gz
Refer to the correct category in the pkgsrc tree (www, not wip).
-rw-r--r--www/pear-HTML_Select/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/pear-HTML_Select/Makefile b/www/pear-HTML_Select/Makefile
index 13619524569..6a4af61bc4a 100644
--- a/www/pear-HTML_Select/Makefile
+++ b/www/pear-HTML_Select/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/12/17 19:22:32 jdolecek Exp $
+# $NetBSD: Makefile,v 1.2 2003/12/19 09:22:30 agc Exp $
DISTNAME= HTML_Select-1.2
CATEGORIES= www
@@ -7,7 +7,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://pear.php.net/package/HTML_Common
COMMENT= HTML_Select is a PHP class for generating HTML form select elements
-DEPENDS+= pear-HTML_Common>=1.1:../../wip/pear-HTML_Common
+DEPENDS+= pear-HTML_Common>=1.1:../../www/pear-HTML_Common
.include "../../www/php4/pear.mk"
.include "../../mk/bsd.pkg.mk"