summaryrefslogtreecommitdiffstats
path: root/net/samba
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2002-01-18 20:17:34 +0000
committerdwcjr <dwcjr@FreeBSD.org>2002-01-18 20:17:34 +0000
commit303cfff464f98e32ee922b78ec40958ad84214b2 (patch)
tree3244d6ba02c8c18c7396b3ee6e33b13a92753f4c /net/samba
parent0079a4c6879c0c7e69204f72750db82745d8489a (diff)
downloadFreeBSD-ports-303cfff464f98e32ee922b78ec40958ad84214b2.zip
FreeBSD-ports-303cfff464f98e32ee922b78ec40958ad84214b2.tar.gz
Only depend on cups if WITH_CUPS knob used
Pointed out by: neil@darlow.co.uk
Diffstat (limited to 'net/samba')
-rw-r--r--net/samba/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile
index 4471b36..21c46ef 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -18,7 +18,9 @@ MASTER_SITE_SUBDIR= . old-versions old
MAINTAINER= dwcjr@FreeBSD.org
+.if defined(WITH_CUPS)
LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base
+.endif
.if defined(WITH_RECYCLE)
PATCH_SITES+= http://www.amherst.edu/~bbstone/recycle_bin/2.2.2/
OpenPOWER on IntegriCloud