Make samba depend on cups-base instead of cups

Submitted by:	jah4007@cs.rit.edu
This commit is contained in:
David W. Chapman Jr. 2001-12-22 19:45:45 +00:00
parent c5a1a41afc
commit 87d89cf2ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52005

View file

@ -7,7 +7,7 @@
PORTNAME= samba
PORTVERSION= 2.2.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= ftp://ftp.samba.org/pub/samba/%SUBDIR%/ \
ftp://samba.anu.edu.au/pub/samba/%SUBDIR%/ \
@ -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
LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base
.endif
.if defined(WITH_RECYCLE)