summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-01-18 20:17:34 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-01-18 20:17:34 +0000
commita79fa236af20ff189211598972ca5c91bd2c96aa (patch)
tree7720b881f9854f84b8703b9709b628d741b52523
parentUpgrade to 20020110.1 (TP3). (diff)
Only depend on cups if WITH_CUPS knob used
Pointed out by: neil@darlow.co.uk
Notes
Notes: svn path=/head/; revision=53311
-rw-r--r--net/samba/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile
index 4471b3627e4f..21c46ef7cfa9 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/