pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/squid3 Darwin also support pf
details: https://anonhg.NetBSD.org/pkgsrc/rev/8c44db69a297
branches: trunk
changeset: 632586:8c44db69a297
user: adam <adam%pkgsrc.org@localhost>
date: Tue Apr 01 09:57:07 2014 +0000
description:
Darwin also support pf
diffstat:
www/squid3/options.mk | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 2ebb5e9fb24a -r 8c44db69a297 www/squid3/options.mk
--- a/www/squid3/options.mk Tue Apr 01 09:48:37 2014 +0000
+++ b/www/squid3/options.mk Tue Apr 01 09:57:07 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.12 2014/02/28 12:28:32 obache Exp $
+# $NetBSD: options.mk,v 1.13 2014/04/01 09:57:07 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.squid
PKG_SUPPORTED_OPTIONS= inet6 snmp ssl squid-backend-aufs squid-backend-diskd \
@@ -32,7 +32,8 @@
PKG_SUPPORTED_OPTIONS+= squid-ipf
.endif
-.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD" || ${OPSYS} == "DragonFly"
+.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD" || \
+ ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly"
PKG_SUPPORTED_OPTIONS+= squid-pf
.endif
Home |
Main Index |
Thread Index |
Old Index