summaryrefslogtreecommitdiff
path: root/www/pear-HTML_Select
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2004-11-01 19:57:10 +0000
committerjdolecek <jdolecek>2004-11-01 19:57:10 +0000
commit783057d4a7fd43e0b81eb45e797420c4b43d93b4 (patch)
treeb7b259663a9ee3de5a66fddf660981435448ac01 /www/pear-HTML_Select
parent8f2f3b67cb64fdb2d8aae99be559615eb1d27ae0 (diff)
downloadpkgsrc-783057d4a7fd43e0b81eb45e797420c4b43d93b4.tar.gz
use the shared pear module framework, so that these work with both PHP4
and PHP5; no functional change, so PKGREVISION not bumped
Diffstat (limited to 'www/pear-HTML_Select')
-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 177110c11f6..118edfde467 100644
--- a/www/pear-HTML_Select/Makefile
+++ b/www/pear-HTML_Select/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/04/03 15:30:56 schmonz Exp $
+# $NetBSD: Makefile,v 1.5 2004/11/01 19:57:10 jdolecek Exp $
DISTNAME= HTML_Select-1.2.1
CATEGORIES= www
@@ -9,5 +9,5 @@ COMMENT= PHP class for generating HTML form select elements
DEPENDS+= pear-HTML_Common>=1.1:../../www/pear-HTML_Common
-.include "../../www/php4/pear.mk"
+.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"