mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Fix a long standing typeo in Makfile .if and bump PORTREVISION.
PR: 64982 Submitted by: Rik
This commit is contained in:
parent
026ebc1dee
commit
458062d3e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105797
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user