diff options
author | krion <krion@FreeBSD.org> | 2004-02-24 00:40:57 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-02-24 00:40:57 +0800 |
commit | b3e09c857e793c49833a593970860ac61b1a93b3 (patch) | |
tree | a8b42302574602317c390aeb1b1a4233615d2d9c /security/doscan/Makefile | |
parent | 90feb52c31fd4d11b6c22437cefaaa08103a434d (diff) | |
download | freebsd-ports-gnome-b3e09c857e793c49833a593970860ac61b1a93b3.tar.gz freebsd-ports-gnome-b3e09c857e793c49833a593970860ac61b1a93b3.tar.zst freebsd-ports-gnome-b3e09c857e793c49833a593970860ac61b1a93b3.zip |
- Update to version 0.2.6
- Fix build on 4.x
PR: ports/63269
Submitted by: maintainer
Diffstat (limited to 'security/doscan/Makefile')
-rw-r--r-- | security/doscan/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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 <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -BROKEN= "Does not compile" +EXTRA_PATCHES= ${PATCHDIR}/freebsd4.diff .endif post-install: |