diff options
author | bouyer <bouyer@pkgsrc.org> | 2004-03-20 21:18:41 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2004-03-20 21:18:41 +0000 |
commit | 54a31fddb1258d63a88bb561d55450fb31185e31 (patch) | |
tree | a4221c48448d61fa43e96df1cafdd97691821808 /graphics/sane-backends/PLIST | |
parent | a04b534ce0afc6166a61abda41f94152aae8cfc1 (diff) | |
download | pkgsrc-54a31fddb1258d63a88bb561d55450fb31185e31.tar.gz |
Solaris fixes:
- this package uses msgfmt
- locale files are always installed in share/locale
- don't depend on libusb on solaris
- libsane-pint and libsane-sm3600 are not installed on solaris
Diffstat (limited to 'graphics/sane-backends/PLIST')
-rw-r--r-- | graphics/sane-backends/PLIST | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/graphics/sane-backends/PLIST b/graphics/sane-backends/PLIST index 444bb885aea..094dacb71c0 100644 --- a/graphics/sane-backends/PLIST +++ b/graphics/sane-backends/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2003/06/29 10:16:44 rh Exp $ +@comment $NetBSD: PLIST,v 1.8 2004/03/20 21:18:41 bouyer Exp $ bin/gamma4scanimage bin/sane-config bin/sane-find-scanner @@ -230,11 +230,11 @@ lib/sane/libsane-pie.la lib/sane/libsane-pie.so lib/sane/libsane-pie.so.${SANE_MAJOR} lib/sane/libsane-pie.so.${SANE_MAJOR}.${SANE_MICRO} -lib/sane/libsane-pint.a -lib/sane/libsane-pint.la -lib/sane/libsane-pint.so -lib/sane/libsane-pint.so.${SANE_MAJOR} -lib/sane/libsane-pint.so.${SANE_MAJOR}.${SANE_MICRO} +${NOT_SUNOS}lib/sane/libsane-pint.a +${NOT_SUNOS}lib/sane/libsane-pint.la +${NOT_SUNOS}lib/sane/libsane-pint.so +${NOT_SUNOS}lib/sane/libsane-pint.so.${SANE_MAJOR} +${NOT_SUNOS}lib/sane/libsane-pint.so.${SANE_MAJOR}.${SANE_MICRO} lib/sane/libsane-plustek.a lib/sane/libsane-plustek.la lib/sane/libsane-plustek.so @@ -260,11 +260,11 @@ lib/sane/libsane-sharp.la lib/sane/libsane-sharp.so lib/sane/libsane-sharp.so.${SANE_MAJOR} lib/sane/libsane-sharp.so.${SANE_MAJOR}.${SANE_MICRO} -lib/sane/libsane-sm3600.a -lib/sane/libsane-sm3600.la -lib/sane/libsane-sm3600.so -lib/sane/libsane-sm3600.so.${SANE_MAJOR} -lib/sane/libsane-sm3600.so.${SANE_MAJOR}.${SANE_MICRO} +${NOT_SUNOS}lib/sane/libsane-sm3600.a +${NOT_SUNOS}lib/sane/libsane-sm3600.la +${NOT_SUNOS}lib/sane/libsane-sm3600.so +${NOT_SUNOS}lib/sane/libsane-sm3600.so.${SANE_MAJOR} +${NOT_SUNOS}lib/sane/libsane-sm3600.so.${SANE_MAJOR}.${SANE_MICRO} lib/sane/libsane-snapscan.a lib/sane/libsane-snapscan.la lib/sane/libsane-snapscan.so @@ -467,14 +467,14 @@ share/doc/sane-${SANE_VERSION}/umax/umax.BUGS share/doc/sane-${SANE_VERSION}/umax/umax.CHANGES share/doc/sane-${SANE_VERSION}/umax/umax.FAQ share/doc/sane-${SANE_VERSION}/umax/umax.TODO -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/sane-backends.mo -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/sane-backends.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/sane-backends.mo -${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/sane-backends.mo -${PKGLOCALEDIR}/locale/no/LC_MESSAGES/sane-backends.mo -${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/sane-backends.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/sane-backends.mo -${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/sane-backends.mo +share/locale/de/LC_MESSAGES/sane-backends.mo +share/locale/es/LC_MESSAGES/sane-backends.mo +share/locale/fr/LC_MESSAGES/sane-backends.mo +share/locale/nl/LC_MESSAGES/sane-backends.mo +share/locale/no/LC_MESSAGES/sane-backends.mo +share/locale/pt/LC_MESSAGES/sane-backends.mo +share/locale/ru/LC_MESSAGES/sane-backends.mo +share/locale/sv/LC_MESSAGES/sane-backends.mo @dirrm share/doc/sane-${SANE_VERSION}/umax @dirrm share/doc/sane-${SANE_VERSION}/teco @dirrm share/doc/sane-${SANE_VERSION}/sceptre |