From bbe386e36158619b52552db07e2c85c543798949 Mon Sep 17 00:00:00 2001 From: barner Date: Thu, 17 Nov 2005 14:25:02 +0000 Subject: - Fix RUN_DEPENDS / INDEX build Noticed by: Ion-Mihai Tetcu Submitted by: Ion-Mihai Tetcu --- net/smb4k/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/smb4k/Makefile b/net/smb4k/Makefile index 1277e4e3ccc2..20021d368b4d 100644 --- a/net/smb4k/Makefile +++ b/net/smb4k/Makefile @@ -14,7 +14,7 @@ MAINTAINER= shelton@granch.ru COMMENT= KDE 3.x SMB Network browser and SMB shares mounting center RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo \ - smbstatus:/${PORTSDIR}/net/samba3 + smbstatus:${PORTSDIR}/net/samba3 USE_KDELIBS_VER= 3 USE_GMAKE= yes -- cgit