diff options
author | tv <tv@pkgsrc.org> | 2005-10-04 16:50:50 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-10-04 16:50:50 +0000 |
commit | 8a957173eb98e653fb7fe8d7f74b7c6dbe040605 (patch) | |
tree | b70f396c96c1531e5de095137425dc04db853509 /print | |
parent | 72e799250d0d12eb4c19b4a078b4c675e50b115f (diff) | |
download | pkgsrc-8a957173eb98e653fb7fe8d7f74b7c6dbe040605.tar.gz |
PECL modules have a real homepage. Set the default for PECL modules to
the PECL distro site rather than PHP's default.
Bump PKGREVISION, as the HOMEPAGE is included in the binary package's +DESC.
Diffstat (limited to 'print')
-rw-r--r-- | print/php-pdflib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/php-pdflib/Makefile b/print/php-pdflib/Makefile index f20b5c1e26e..56111e3c58d 100644 --- a/print/php-pdflib/Makefile +++ b/print/php-pdflib/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2005/04/11 21:47:08 tv Exp $ +# $NetBSD: Makefile,v 1.4 2005/10/04 16:50:50 tv Exp $ MODNAME= pdflib PKGMODNAME= pdf PECL_VERSION= 2.0.3 +PKGREVISION= 1 CATEGORIES+= print PKGREVISION= # empty COMMENT= PHP extension for PDFlib on-the-fly PDF generation |