diff options
author | hwr <hwr> | 1999-02-28 15:19:55 +0000 |
---|---|---|
committer | hwr <hwr> | 1999-02-28 15:19:55 +0000 |
commit | 37e36ff872b2d14a93fcc27f44de17428084e50f (patch) | |
tree | 1bc6bb016fc25c587bff50767b67f75b58adb5e0 /print | |
parent | 282bfac33ed5ef88d9bc1a29e3a255eff42ab0d4 (diff) | |
download | pkgsrc-37e36ff872b2d14a93fcc27f44de17428084e50f.tar.gz |
Enable pdflib.
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/Makefile b/print/Makefile index 5abbcb6e92e..276f687a49d 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1998/12/30 18:00:33 tron Exp $ +# $NetBSD: Makefile,v 1.14 1999/02/28 15:19:55 hwr Exp $ # FreeBSD Id: Makefile,v 1.52 1997/12/14 00:58:08 asami Exp # @@ -34,6 +34,7 @@ SUBDIR += mpage # SUBDIR += musixtex SUBDIR += papersize + SUBDIR += pdflib # SUBDIR += pkfonts SUBDIR += psutils SUBDIR += rtf2latex |