diff options
author | garga <garga@FreeBSD.org> | 2010-04-07 01:24:13 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2010-04-07 01:24:13 +0800 |
commit | 8cdfee67401b69c4d7a6cd55c4e6c4a665de3fde (patch) | |
tree | f5c15716f0505d52b5feaf5cd4f7ab1cc497d35e /security/clamav | |
parent | ba22929aaa1825a1d44c59f57461ace7b1b3ab9f (diff) | |
download | freebsd-ports-gnome-8cdfee67401b69c4d7a6cd55c4e6c4a665de3fde.tar.gz freebsd-ports-gnome-8cdfee67401b69c4d7a6cd55c4e6c4a665de3fde.tar.zst freebsd-ports-gnome-8cdfee67401b69c4d7a6cd55c4e6c4a665de3fde.zip |
- Remove duplicated BUILD_DEPENDS
Diffstat (limited to 'security/clamav')
-rw-r--r-- | security/clamav/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile index e7aed1d7c5bf..d66d73d3cd76 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -13,8 +13,6 @@ MASTER_SITES= SF MAINTAINER= garga@FreeBSD.org COMMENT= Command line virus scanner written entirely in C -BUILD_DEPENDS= ${LOCALBASE}/include/check.h:${PORTSDIR}/devel/libcheck - OPTIONS= ARC "Enable arch archives support" On \ ARJ "Enable arj archives support" On \ LHA "Enable lha archives support" On \ |