diff options
author | jlam <jlam@pkgsrc.org> | 2001-10-16 06:41:08 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-10-16 06:41:08 +0000 |
commit | e00f116d752bc1f131af7a4282164ff088d5d5f9 (patch) | |
tree | fe74883bb6e7efc2712624cc00204088a05c44f6 /print | |
parent | ed4c05e00a4724277fb17a516c55fd29bb88f02e (diff) | |
download | pkgsrc-e00f116d752bc1f131af7a4282164ff088d5d5f9.tar.gz |
Use +=, not =, for CATEGORIES so we don't clobber the inheritted
categories.
Diffstat (limited to 'print')
-rw-r--r-- | print/php4-pdflib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/php4-pdflib/Makefile b/print/php4-pdflib/Makefile index fbe9cacdc45..0392afb4fcb 100644 --- a/print/php4-pdflib/Makefile +++ b/print/php4-pdflib/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/10/16 06:20:44 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2001/10/16 06:41:09 jlam Exp $ .include "../php4/Makefile.module" MODNAME= pdf PKGNAME= php-pdflib-${PHP_VERS} -CATEGORIES= print +CATEGORIES+= print PHP_PKG_VERS= # empty COMMENT= PHP4 extension for PDFlib on-the-fly PDF generation |