diff options
author | Javier Villavicencio <the_paya@gentoo.org> | 2006-10-22 21:17:41 +0000 |
---|---|---|
committer | Javier Villavicencio <the_paya@gentoo.org> | 2006-10-22 21:17:41 +0000 |
commit | 26aaaa8a8d9546b7973ae5bb392756e52e8577c0 (patch) | |
tree | 47becab40e499ba2c98d15227862091aba8ce7fb /net-firewall/pftop/pftop-0.5.ebuild | |
parent | Added Jurek Bartuszek <jurek@gentoo.org> to dev-dotnet/xsp metadata.xml (diff) | |
download | gentoo-2-26aaaa8a8d9546b7973ae5bb392756e52e8577c0.tar.gz gentoo-2-26aaaa8a8d9546b7973ae5bb392756e52e8577c0.tar.bz2 gentoo-2-26aaaa8a8d9546b7973ae5bb392756e52e8577c0.zip |
Added support for FreeBSD 6.2.
(Portage version: 2.1.2_pre3-r6)
Diffstat (limited to 'net-firewall/pftop/pftop-0.5.ebuild')
-rw-r--r-- | net-firewall/pftop/pftop-0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/pftop/pftop-0.5.ebuild b/net-firewall/pftop/pftop-0.5.ebuild index bd4866e77332..ddee3fd57004 100644 --- a/net-firewall/pftop/pftop-0.5.ebuild +++ b/net-firewall/pftop/pftop-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 2006-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/pftop/pftop-0.5.ebuild,v 1.2 2006/05/01 01:28:23 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/pftop/pftop-0.5.ebuild,v 1.3 2006/10/22 21:17:41 the_paya Exp $ inherit bsdmk DESCRIPTION="Pftop: curses-based utility for real-time display of active states and rule statistics for pf" @@ -27,7 +27,7 @@ src_compile() { OSLEVEL=${obsdver//.} ;; *-freebsd5.[34]) OSLEVEL=35 ;; - *-freebsd6.[01]) OSLEVEL=37 ;; + *-freebsd6.[012]) OSLEVEL=37 ;; *) die "Your OS/Version is not supported (${CHOST}), please report." ;; |