summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-10-16 06:41:08 +0000
committerjlam <jlam@pkgsrc.org>2001-10-16 06:41:08 +0000
commite00f116d752bc1f131af7a4282164ff088d5d5f9 (patch)
treefe74883bb6e7efc2712624cc00204088a05c44f6 /print
parented4c05e00a4724277fb17a516c55fd29bb88f02e (diff)
downloadpkgsrc-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/Makefile4
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