aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2001-12-23 03:45:45 +0800
committerdwcjr <dwcjr@FreeBSD.org>2001-12-23 03:45:45 +0800
commit2066a166ce1824e782269e202342397afdc9ecd2 (patch)
tree84c10d416037a6158953c667d27d28c2aee0bb5a
parent121670f7cc370c2e6a43187787105e5b1ea3e07f (diff)
downloadfreebsd-ports-gnome-2066a166ce1824e782269e202342397afdc9ecd2.tar.gz
freebsd-ports-gnome-2066a166ce1824e782269e202342397afdc9ecd2.tar.zst
freebsd-ports-gnome-2066a166ce1824e782269e202342397afdc9ecd2.zip
Make samba depend on cups-base instead of cups
Submitted by: jah4007@cs.rit.edu
-rw-r--r--net/samba/Makefile4
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)