aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2012-02-12 17:51:47 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2012-02-12 17:51:47 +0000
commit8cb9dfdb3e0b1923cf6550305c498083c9b86179 (patch)
tree7c36b33eb3ee614bfb2ced2e6306b17d8c8035f2 /emulators
parent847375fe09acf7d22254e0499d75f630e3e5372c (diff)
downloadports-8cb9dfdb3e0b1923cf6550305c498083c9b86179.tar.gz
ports-8cb9dfdb3e0b1923cf6550305c498083c9b86179.zip
Use cups-client, not the full cups-base, to support the CUPS option.
This reduces the footprint in this case. PR: 165027 Submitted by: Pavel Gubin <pg@2lazy.ru>
Notes
Notes: svn path=/head/; revision=291064
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine-devel/Makefile2
-rw-r--r--emulators/wine/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index 32291956577d..7110c8b96ac8 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -77,7 +77,7 @@ PORTDATA= fonts/ generic.ppd l_intl.nls wine.inf
CONFIGURE_ARGS+= --without-cups
.else
CONFIGURE_ARGS+= --with-cups
-LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base
+LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client
.endif
.ifdef WITH_DOSBOX
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 32291956577d..7110c8b96ac8 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -77,7 +77,7 @@ PORTDATA= fonts/ generic.ppd l_intl.nls wine.inf
CONFIGURE_ARGS+= --without-cups
.else
CONFIGURE_ARGS+= --with-cups
-LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base
+LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client
.endif
.ifdef WITH_DOSBOX