diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-10-28 23:05:43 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-10-28 23:05:43 +0800 |
commit | d6f1713c1a1c403999f58f7ed85a19190baade15 (patch) | |
tree | 0d0e3b355171dc66258b6802fdae156d7b1316e9 /security/f-prot | |
parent | 875288516f3441507b48dfaea01c8e7f33da1d72 (diff) | |
download | freebsd-ports-gnome-d6f1713c1a1c403999f58f7ed85a19190baade15.tar.gz freebsd-ports-gnome-d6f1713c1a1c403999f58f7ed85a19190baade15.tar.zst freebsd-ports-gnome-d6f1713c1a1c403999f58f7ed85a19190baade15.zip |
Submitted by: Marcus Henschel <mh@myfreebsd.org>
Reviewed by: maintainer
Use RUN_DEPENDS instead of BUILD_DEPENDS to depend on www/p5-libwww
Diffstat (limited to 'security/f-prot')
-rw-r--r-- | security/f-prot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |