diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2005-04-11 20:08:43 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2005-04-11 20:08:43 +0000 |
commit | 1ab96e877127585836a2ee68eaa7bf70b2bd3af4 (patch) | |
tree | 53d3298ddc5ed478341505f4863cbdcab4a739c1 /www/pear-HTML_Common | |
parent | 6a8e5354c91f92e6d6dc80751a15e4c5f4b67fb4 (diff) | |
download | pkgsrc-1ab96e877127585836a2ee68eaa7bf70b2bd3af4.tar.gz |
Net_Socket and Net_SMTP were unbundled from PHP4 in 4.3.11, g/c the related
conditionals and buildlink logic, and convert to standard DEPENDS
Diffstat (limited to 'www/pear-HTML_Common')
-rw-r--r-- | www/pear-HTML_Common/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/pear-HTML_Common/Makefile b/www/pear-HTML_Common/Makefile index 6aaa9e99df8..96440c0d3b9 100644 --- a/www/pear-HTML_Common/Makefile +++ b/www/pear-HTML_Common/Makefile @@ -1,14 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2004/11/27 13:34:37 jdolecek Exp $ +# $NetBSD: Makefile,v 1.9 2005/04/11 20:08:43 jdolecek Exp $ DISTNAME= HTML_Common-1.2.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MAINTAINER= jdolecek@NetBSD.org COMMENT= Base PHP class for other HTML classes -# This package is base HTML package -PEAR_DIRRM_BASEDIR= yes - .include "../../lang/php/pear.mk" .include "../../mk/bsd.pkg.mk" |