diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2011-09-26 17:37:28 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2011-09-26 17:37:28 +0000 |
commit | d137debe5d7b95f8694e8b8c274748b11c29c6ce (patch) | |
tree | 7e17f4f9fde41c3a745e8d2500664af14a683da1 /print | |
parent | - Update to 0.9.1 (diff) |
- use cups-client
Notes
Notes:
svn path=/head/; revision=282427
Diffstat (limited to 'print')
-rw-r--r-- | print/gutenprint-base/Makefile | 2 | ||||
-rw-r--r-- | print/gutenprint-base/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/print/gutenprint-base/Makefile b/print/gutenprint-base/Makefile index d59d4ad8e72e..81286aea88cd 100644 --- a/print/gutenprint-base/Makefile +++ b/print/gutenprint-base/Makefile @@ -54,7 +54,7 @@ CONFIGURE_ARGS+=--without-gimp2 .endif .if defined(GUT_SLAVE) && ${GUT_SLAVE}=="cups" -LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base +LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client RUN_DEPENDS+= espgs:${PORTSDIR}/print/cups-pstoraster CONFIGURE_ARGS+= --with-cups=${PREFIX} \ --enable-cups-ppds \ diff --git a/print/gutenprint-base/pkg-plist b/print/gutenprint-base/pkg-plist index 566d947988a2..c314ca7c463c 100644 --- a/print/gutenprint-base/pkg-plist +++ b/print/gutenprint-base/pkg-plist @@ -313,3 +313,5 @@ share/locale/zh_TW/LC_MESSAGES/gutenprint.mo @dirrm lib/gutenprint @dirrm include/gutenprintui2 @dirrm include/gutenprint +@dirrmtry libexec/cups/driver +@dirrmtry libexec/cups |