diff options
author | gerald <gerald@FreeBSD.org> | 2012-02-13 01:51:47 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2012-02-13 01:51:47 +0800 |
commit | 6e7bee05a626201e65c2feb39eed7297d4b6a541 (patch) | |
tree | 7d8c3c26cadbddd8060d8d4479c380a50bcc6fae /emulators/wine-devel | |
parent | 101a69c18fbe034fff6e3cd8c79fb903c71309e6 (diff) | |
download | freebsd-ports-gnome-6e7bee05a626201e65c2feb39eed7297d4b6a541.tar.gz freebsd-ports-gnome-6e7bee05a626201e65c2feb39eed7297d4b6a541.tar.zst freebsd-ports-gnome-6e7bee05a626201e65c2feb39eed7297d4b6a541.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>
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |