diff options
author | jlam <jlam> | 2001-05-01 17:28:41 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-05-01 17:28:41 +0000 |
commit | b8ccd6e2a0f8b6679520d79b1e35af9cd7218ffc (patch) | |
tree | bd13fe0eb854ab0ffffdae45c45a1a52f230bb37 /www | |
parent | 4b8b8b9d1abd6401c1bfd7fe889913eb0f51e540 (diff) | |
download | pkgsrc-b8ccd6e2a0f8b6679520d79b1e35af9cd7218ffc.tar.gz |
Use a common distinfo file amongst the various php4 module packages.
Diffstat (limited to 'www')
-rw-r--r-- | www/php4/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/php4/Makefile.common b/www/php4/Makefile.common index 9bdc76303b4..f64f2df526d 100644 --- a/www/php4/Makefile.common +++ b/www/php4/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.9 2001/04/30 03:25:15 jlam Exp $ +# $NetBSD: Makefile.common,v 1.10 2001/05/01 17:28:41 jlam Exp $ DISTNAME= php-${PHP_DIST_VERS} PHP_DIST_VERS= 4.0.4pl1 @@ -17,6 +17,7 @@ HOMEPAGE= http://www.php.net/ # Put this dependency here to compile in dbm support for all PHP4 modules. DEPENDS+= gdbm>=1.7.3:../../databases/gdbm +DISTINFO_FILE= ${.CURDIR}/../../www/php4/distinfo FILESDIR= ${.CURDIR}/../../www/php4/files PATCHDIR= ${.CURDIR}/../../www/php4/patches |