diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-01-11 03:45:12 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-01-11 03:45:12 +0000 |
commit | 03d048b004efa4b24b877ad3f0e852d0089cb4e0 (patch) | |
tree | 0b1a6d9c1af666a4aeca0a660e8a593d3814f2e9 /net/samba3 | |
parent | Fix translation install. (diff) |
Make it depend on cups-base because it doesn't need lpr(last time I'm
changing this)
PR: 33777
Submitted by: ports@geeksrus.net
Notes
Notes:
svn path=/head/; revision=52895
Diffstat (limited to 'net/samba3')
-rw-r--r-- | net/samba3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/samba3/Makefile b/net/samba3/Makefile index 4877be3ae368..75d3c126bd27 100644 --- a/net/samba3/Makefile +++ b/net/samba3/Makefile @@ -19,7 +19,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/a/-alpha/} MAINTAINER= dwcjr@FreeBSD.org .if defined(WITH_CUPS) -LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups +LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base .endif # directories |