diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-01-18 20:17:34 +0000 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-01-18 20:17:34 +0000 |
commit | 303cfff464f98e32ee922b78ec40958ad84214b2 (patch) | |
tree | 3244d6ba02c8c18c7396b3ee6e33b13a92753f4c /net/samba | |
parent | 0079a4c6879c0c7e69204f72750db82745d8489a (diff) | |
download | FreeBSD-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/Makefile | 2 |
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/ |