From 74025b0c8b3f9201803d5229f4557bec54f5fda5 Mon Sep 17 00:00:00 2001 From: Niels Heinen Date: Sun, 13 Feb 2005 12:25:45 +0000 Subject: [PATCH] Fixed libpcap dependency, bumped PORTREVISION Derived from maintainer patch. Approved by: nectar (mentor) Reported by: kris (via pointyhat) Submitted by: maintainer --- security/unicornscan/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/unicornscan/Makefile b/security/unicornscan/Makefile index 1fcc9e4273ab..548ef0e817ea 100644 --- a/security/unicornscan/Makefile +++ b/security/unicornscan/Makefile @@ -7,6 +7,7 @@ PORTNAME= unicornscan PORTVERSION= 0.4.2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.dyadsecurity.com/unicornscan/ @@ -28,7 +29,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message # system require libpcap 0.8.x to be installed. .if ${OSVERSION} < 503000 -BUILD_DEPENDS+= libpcap:${PORTSDIR}/net/libpcap +BUILD_DEPENDS+= ${PREFIX}/lib/libpcap.a:${PORTSDIR}/net/libpcap .endif # Systems newer then 502103 include the getopt_long