summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorMax Laier <mlaier@FreeBSD.org>2004-03-31 17:42:24 +0000
committerMax Laier <mlaier@FreeBSD.org>2004-03-31 17:42:24 +0000
commit458062d3e807e53b13803e3fb1bc9082c3693e92 (patch)
treee90358bec47f753f5c40a499557268776d9ee6d0 /security
parentprefer /usr/sbin/nologin than /sbin/nologin when creating user cyrus. (diff)
Fix a long standing typeo in Makfile .if and bump PORTREVISION.
PR: 64982 Submitted by: Rik
Notes
Notes: svn path=/head/; revision=105797
Diffstat (limited to 'security')
-rw-r--r--security/authpf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/authpf/Makefile b/security/authpf/Makefile
index 260ba5223bcc..b12f41d063de 100644
--- a/security/authpf/Makefile
+++ b/security/authpf/Makefile
@@ -7,6 +7,7 @@
PORTNAME= authpf
PORTVERSION= 2.00
+PORTREVISION= 1
CATEGORIES= security ipv6
MASTER_SITES= http://pf4freebsd.love2party.net/
.if defined(WITH_ALTQ) && (${WITH_ALTQ} == "yes")
@@ -18,7 +19,7 @@ MAINTAINER= mlaier@freebsd.org
COMMENT= Authentification shell for pf gateways
RUN_DEPENDS= ${LOCALBASE}/modules/pf.ko:${PORTSDIR}/security/pf
-.if defined(WITH_ALTQ) && (${WITH_ATLQ} == "yes")
+.if defined(WITH_ALTQ) && (${WITH_ALTQ} == "yes")
RUN_DEPENDS+= ${LOCALBASE}/modules/pfaltq.ko:${PORTSDIR}/security/pf
.endif