From owner-svn-ports-all@freebsd.org Mon Oct 31 09:51:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8BD1C287C8; Mon, 31 Oct 2016 09:51:14 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 88A121F70; Mon, 31 Oct 2016 09:51:14 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9V9pDma020219; Mon, 31 Oct 2016 09:51:13 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9V9pDqH020218; Mon, 31 Oct 2016 09:51:13 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201610310951.u9V9pDqH020218@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 31 Oct 2016 09:51:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424992 - head/net-mgmt/yaf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2016 09:51:14 -0000 Author: antoine Date: Mon Oct 31 09:51:13 2016 New Revision: 424992 URL: https://svnweb.freebsd.org/changeset/ports/424992 Log: Do not force dependency on libpcap from ports, libpcap from base is fine for all package users Modified: head/net-mgmt/yaf/Makefile Modified: head/net-mgmt/yaf/Makefile ============================================================================== --- head/net-mgmt/yaf/Makefile Mon Oct 31 09:30:38 2016 (r424991) +++ head/net-mgmt/yaf/Makefile Mon Oct 31 09:51:13 2016 (r424992) @@ -3,7 +3,7 @@ PORTNAME= yaf PORTVERSION= 2.8.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= http://tools.netsa.cert.org/releases/ @@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfixbuf.so:net/libfixbuf \ libltdl.so:devel/libltdl \ - libpcap.so.1:net/libpcap \ libpcre.so:devel/pcre GNU_CONFIGURE= yes @@ -71,6 +70,9 @@ P0FPRINT_LIB_DEPENDS= libp0f.so:net/libp .if defined(WITH_DAG) CONFIGURE_ARGS+= --with-dag=${LOCALBASE} +LIB_DEPENDS+= libpcap.so.1:net/libpcap +.elif exists(${LOCALBASE}/lib/libpcap.so) +LIB_DEPENDS+= libpcap.so.1:net/libpcap .endif post-install: