diff options
author | markd <markd@pkgsrc.org> | 2008-09-03 21:31:12 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2008-09-03 21:31:12 +0000 |
commit | 377be8803283835feac827959e70758c3c124d0d (patch) | |
tree | c983aad9612df709c2543143209e19df5341bbde /print/ghostscript/PLIST | |
parent | acacb2931081e6fb385d3748f122f416d1cef068 (diff) | |
download | pkgsrc-377be8803283835feac827959e70758c3c124d0d.tar.gz |
Build libgs as a shared library as increasingly other packages expect it
to be there and want to link with it. Bump PKGREVISION.
Diffstat (limited to 'print/ghostscript/PLIST')
-rw-r--r-- | print/ghostscript/PLIST | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/print/ghostscript/PLIST b/print/ghostscript/PLIST index f602f5a8de7..d57b645349f 100644 --- a/print/ghostscript/PLIST +++ b/print/ghostscript/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2008/08/07 18:21:40 drochner Exp $ +@comment $NetBSD: PLIST,v 1.12 2008/09/03 21:31:12 markd Exp $ bin/bdftops bin/dumphint bin/dvipdf @@ -8,10 +8,12 @@ bin/font2c bin/gs bin/gsbj bin/gsdj +bin/gsc bin/gsdj500 bin/gslj bin/gslp bin/gsnd +bin/gsx bin/lprsetup.sh bin/pdf2dsc bin/pdf2ps @@ -31,6 +33,12 @@ bin/ps2ps2 bin/pv.sh bin/unix-lpr.sh bin/wftopfa +include/ghostscript/gdevdsp.h +include/ghostscript/iapi.h +include/ghostscript/ierrors.h +lib/libgs.so +lib/libgs.so.8 +lib/libgs.so.${PKGVERSION} ${PLIST.cups}libexec/cups/filter/pstopxl ${PLIST.cups}libexec/cups/filter/pstoraster man/de/man1/dvipdf.1 @@ -687,3 +695,4 @@ share/ghostscript/${PKGVERSION}/lib/zeroline.ps @dirrm share/ghostscript/${PKGVERSION}/Resource @dirrm share/ghostscript/${PKGVERSION} @unexec ${RMDIR} %D/share/ghostscript 2>/dev/null || ${TRUE} +@dirrm include/ghostscript |