diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-05-17 03:22:18 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-05-17 03:22:18 +0800 |
commit | fc92320f3854d710d22701ed9dc5651f40ac2b87 (patch) | |
tree | 0790c3f187d77d532c0bdb356c3d053dab4d9cbb | |
parent | 2ad9a687002d297014e2ec15ecff087d200a42f1 (diff) | |
download | freebsd-ports-gnome-fc92320f3854d710d22701ed9dc5651f40ac2b87.tar.gz freebsd-ports-gnome-fc92320f3854d710d22701ed9dc5651f40ac2b87.tar.zst freebsd-ports-gnome-fc92320f3854d710d22701ed9dc5651f40ac2b87.zip |
- use cups-client
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index b1c1fbef6f83..5b89b61c93a0 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -63,7 +63,7 @@ PLIST_SUB+= WITH_PORTAUDIO="@comment " .endif .if !defined(WITHOUT_CUPS) -LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base +LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client PLIST_SUB+= WITH_CUPS="" .else PLIST_SUB+= WITH_CUPS="@comment " |