From b3e09c857e793c49833a593970860ac61b1a93b3 Mon Sep 17 00:00:00 2001 From: krion Date: Mon, 23 Feb 2004 16:40:57 +0000 Subject: - Update to version 0.2.6 - Fix build on 4.x PR: ports/63269 Submitted by: maintainer --- security/doscan/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'security/doscan/Makefile') diff --git a/security/doscan/Makefile b/security/doscan/Makefile index e5a3bbd2cbbc..d5c507228c13 100644 --- a/security/doscan/Makefile +++ b/security/doscan/Makefile @@ -6,8 +6,7 @@ # PORTNAME= doscan -PORTVERSION= 0.2.5 -PORTREVISION= 1 +PORTVERSION= 0.2.6 CATEGORIES= security net MASTER_SITES= http://static.enyo.de/fw/releases/doscan/ @@ -25,7 +24,7 @@ MAN1= doscan.1 .include .if ${OSVERSION} < 500000 -BROKEN= "Does not compile" +EXTRA_PATCHES= ${PATCHDIR}/freebsd4.diff .endif post-install: -- cgit