diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-11-01 19:57:10 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-11-01 19:57:10 +0000 |
commit | 35e7ff3c57ed300081e786b2d065e40b730e4df9 (patch) | |
tree | b7b259663a9ee3de5a66fddf660981435448ac01 /sysutils | |
parent | 83b52ca2e6f53fdd85395d42c906044502e3c79c (diff) | |
download | pkgsrc-35e7ff3c57ed300081e786b2d065e40b730e4df9.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 'sysutils')
-rw-r--r-- | sysutils/pear-Log/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/pear-Log/Makefile b/sysutils/pear-Log/Makefile index 3297b355f24..27151c12db9 100644 --- a/sysutils/pear-Log/Makefile +++ b/sysutils/pear-Log/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/04/02 22:00:50 jdolecek Exp $ +# $NetBSD: Makefile,v 1.6 2004/11/01 19:57:10 jdolecek Exp $ DISTNAME= Log-1.8.4 CATEGORIES= sysutils @@ -7,5 +7,5 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.csh.rit.edu/~jon/projects/pear_log/ COMMENT= PHP Log framework provides an abstracted logging system -.include "../../www/php4/pear.mk" +.include "../../lang/php/pear.mk" .include "../../mk/bsd.pkg.mk" |