diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-12-22 20:21:26 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-12-22 20:21:26 +0000 |
commit | cd6fe96b1bb504bf4d476b7da16c5c87fb415f2e (patch) | |
tree | 7c88f23ac2655a0ac96505a0860be43030f41888 | |
parent | Fix MASTER_SITE_SUBDIR. (diff) |
Make samba depends on cups instead of cups-base because it might need
lpr
Submitted by: marcus@marcuscom.com
Notes
Notes:
svn path=/head/; revision=52009
-rw-r--r-- | net/samba/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index 505f2a4b68ca..16571fe14159 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -19,7 +19,7 @@ MASTER_SITE_SUBDIR= . old-versions old MAINTAINER= dwcjr@FreeBSD.org .if defined(WITH_CUPS) -LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base +LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups .endif .if defined(WITH_RECYCLE) |