summaryrefslogtreecommitdiff
path: root/www/tinyproxy/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'www/tinyproxy/options.mk')
-rw-r--r--www/tinyproxy/options.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/tinyproxy/options.mk b/www/tinyproxy/options.mk
index ab055b9c4d3..e9406a451c3 100644
--- a/www/tinyproxy/options.mk
+++ b/www/tinyproxy/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2005/12/02 17:06:04 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2007/02/22 19:27:24 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.tinyproxy
PKG_SUPPORTED_OPTIONS+= socks5
@@ -8,7 +8,7 @@ PKG_SUGGESTED_OPTIONS+= socks5
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Msocks5)
-CONFIGURE_ARGS+= --enable-socks
-BUILDLINK_TRANSFORM+= l:socks:socks5
+CONFIGURE_ARGS+= --enable-socks
+BUILDLINK_TRANSFORM+= l:socks:socks5
.include "../../net/socks5/buildlink3.mk"
.endif