diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-06-21 13:41:43 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-06-21 13:41:43 +0800 |
commit | 24da33d98acbbe0e4db82d0b3464021d61a57229 (patch) | |
tree | 91a339fde7509e8a48214c6eafa975015fb1135b /security | |
parent | 72df208da0fc6e11880bd5fe7a847ae3b133fbed (diff) | |
download | freebsd-ports-gnome-24da33d98acbbe0e4db82d0b3464021d61a57229.tar.gz freebsd-ports-gnome-24da33d98acbbe0e4db82d0b3464021d61a57229.tar.zst freebsd-ports-gnome-24da33d98acbbe0e4db82d0b3464021d61a57229.zip |
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Mark ONLY_FOR_ARCHS=i386 to avoid bento's error.
Reported by: kris
Diffstat (limited to 'security')
-rw-r--r-- | security/authpf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/authpf/Makefile b/security/authpf/Makefile index 3d52014858f9..2d849c0c95cf 100644 --- a/security/authpf/Makefile +++ b/security/authpf/Makefile @@ -20,6 +20,7 @@ MAINTAINER= max@love2party.net COMMENT= Authentification shell for pf gateways WRKSRC= ${WRKDIR}/pf_freebsd_${PORTVERSION} +ONLY_FOR_ARCHS= i386 RUN_DEPENDS= ${LOCALBASE}/modules/pf.ko:${PORTSDIR}/security/pf |