diff options
author | frueauf <frueauf> | 1999-02-28 17:32:15 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1999-02-28 17:32:15 +0000 |
commit | 5e087fd9e7f2d782f0af8db7583c031b52af45f8 (patch) | |
tree | 22c4c8559491c5087227fabb07626ce7e3120bcb /print | |
parent | cf04dfa65529e85295f57095ea007d6d3c5af144 (diff) | |
download | pkgsrc-5e087fd9e7f2d782f0af8db7583c031b52af45f8.tar.gz |
Comment out pdflib until someone (not me for sure) fixed it.
Its a mess in some ways:
- BUILD_DEPEND is not set properly;
- fixed to /usr/pkg;
- does install a directory into /usr/pkg when ist really should install its
fonts to somehere in ${PREFIX}/share/pdflib or similar;
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/Makefile b/print/Makefile index 276f687a49d..cffe539c0ba 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1999/02/28 15:19:55 hwr Exp $ +# $NetBSD: Makefile,v 1.15 1999/02/28 17:32:15 frueauf Exp $ # FreeBSD Id: Makefile,v 1.52 1997/12/14 00:58:08 asami Exp # @@ -34,7 +34,7 @@ SUBDIR += mpage # SUBDIR += musixtex SUBDIR += papersize - SUBDIR += pdflib +# SUBDIR += pdflib # SUBDIR += pkfonts SUBDIR += psutils SUBDIR += rtf2latex |