diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-12-22 19:45:45 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-12-22 19:45:45 +0000 |
commit | 87d89cf2ad7cc3c8caa6bd443eb7e0f7cd4571df (patch) | |
tree | b160ea13640488ca4175bcf6c079eddb61599569 | |
parent | upgrade to 0.2 (diff) |
Make samba depend on cups-base instead of cups
Submitted by: jah4007@cs.rit.edu
Notes
Notes:
svn path=/head/; revision=52005
-rw-r--r-- | net/samba/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index a5662151a548..505f2a4b68ca 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -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) |