diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-10-28 16:56:10 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-10-28 16:56:10 +0800 |
commit | 1afdb72a3346e583f01c16d013ad68426a368d8e (patch) | |
tree | dd5ea974c2b9affa25d2425875b214a151d53b55 /security | |
parent | e0173d321a969b091c86c57690aebaa97ae62d8f (diff) | |
download | freebsd-ports-gnome-1afdb72a3346e583f01c16d013ad68426a368d8e.tar.gz freebsd-ports-gnome-1afdb72a3346e583f01c16d013ad68426a368d8e.tar.zst freebsd-ports-gnome-1afdb72a3346e583f01c16d013ad68426a368d8e.zip |
Approved by: maintainer
Add BUILD_DEPENDS and bump PORTREVISION.
Diffstat (limited to 'security')
-rw-r--r-- | security/f-prot/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/f-prot/Makefile b/security/f-prot/Makefile index 3c7dc9d48009..fd789e161df8 100644 --- a/security/f-prot/Makefile +++ b/security/f-prot/Makefile @@ -7,6 +7,7 @@ PORTNAME= prot PORTVERSION= 4.2.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.f-prot.com/pub/bsd/ PKGNAMEPREFIX= f- @@ -15,6 +16,8 @@ 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 + NO_PACKAGE= Free for personal use only NO_CDROM= Free for personal use only RESTRICTED= Free for personal use only |