From d6f1713c1a1c403999f58f7ed85a19190baade15 Mon Sep 17 00:00:00 2001 From: foxfair Date: Tue, 28 Oct 2003 15:05:43 +0000 Subject: Submitted by: Marcus Henschel Reviewed by: maintainer Use RUN_DEPENDS instead of BUILD_DEPENDS to depend on www/p5-libwww --- security/f-prot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security') diff --git a/security/f-prot/Makefile b/security/f-prot/Makefile index fd789e161df8..816c3c4cc092 100644 --- a/security/f-prot/Makefile +++ b/security/f-prot/Makefile @@ -16,7 +16,7 @@ DISTNAME= fp-freebsd-ws-${PORTVERSION} MAINTAINER= tim@bishnet.net COMMENT= F-Prot Antivirus for BSD Workstations -BUILD_DEPENDS= ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww NO_PACKAGE= Free for personal use only NO_CDROM= Free for personal use only -- cgit