diff options
author | jlam <jlam> | 2001-10-16 06:41:08 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-10-16 06:41:08 +0000 |
commit | 8f98bfa69ef15cfc1819a26579ce688fc39f693c (patch) | |
tree | fe74883bb6e7efc2712624cc00204088a05c44f6 /print | |
parent | 97d76945ae7186d44cc888b05c75a5b7d9576aac (diff) | |
download | pkgsrc-8f98bfa69ef15cfc1819a26579ce688fc39f693c.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 |