From 65cd32c3a96c274dee77e39d1fc91b92b850a8c4 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Tue, 14 Sep 2010 18:30:17 +0000 Subject: - Add optional SAMBA_PORT var and point it as default to net/samba34 - Bump necessary PORTREVISION --- security/saint/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'security/saint') diff --git a/security/saint/Makefile b/security/saint/Makefile index e2d201d9607f..e0a8eee3d369 100644 --- a/security/saint/Makefile +++ b/security/saint/Makefile @@ -16,9 +16,11 @@ COMMENT= Security Administrator's Integrated Network Tool BUILD_DEPENDS= nmap:${PORTSDIR}/security/nmap .if defined(WITH_SAMBA) -BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/samba3 +BUILD_DEPENDS+= smbclient:${PORTSDIR}/${SAMBA_PORT} .endif +SAMBA_PORT?= net/samba34 + USE_PERL5= yes MANCOMPRESSED= no MAN1= saint.1 -- cgit v1.2.3