diff options
author | dinoex <dinoex@FreeBSD.org> | 2011-09-27 01:37:28 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2011-09-27 01:37:28 +0800 |
commit | 7fed475f1f262d422d34ba9efb210a19e820f946 (patch) | |
tree | 326c6a753cafdd6ee7d37a2e95930ff7def44bf2 /print | |
parent | 094db81f6df3e7afc12a0807ac50afb98457425e (diff) | |
download | freebsd-ports-gnome-7fed475f1f262d422d34ba9efb210a19e820f946.tar.gz freebsd-ports-gnome-7fed475f1f262d422d34ba9efb210a19e820f946.tar.zst freebsd-ports-gnome-7fed475f1f262d422d34ba9efb210a19e820f946.zip |
- use cups-client
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 |