diff options
author | jlam <jlam@pkgsrc.org> | 2001-05-01 17:28:41 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-05-01 17:28:41 +0000 |
commit | cf8df2877b1ad2a812be7fc82f78ff7ebefbd779 (patch) | |
tree | bd13fe0eb854ab0ffffdae45c45a1a52f230bb37 /www/php4 | |
parent | 6b22abff851bd8e49f3c6c8190d7bda50570464d (diff) | |
download | pkgsrc-cf8df2877b1ad2a812be7fc82f78ff7ebefbd779.tar.gz |
Use a common distinfo file amongst the various php4 module packages.
Diffstat (limited to 'www/php4')
-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 |