diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-16 14:42:39 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-16 14:42:39 +0000 |
commit | 050450676e5d62aef012d8b8693fb6751464196e (patch) | |
tree | 5fa28a12afc04de9e147145e0c7deb1e7df8bd64 /security/tinc | |
parent | - Utilize Makefile.modules.3rd (diff) |
- Remove USE_SIZE knob
Notes
Notes:
svn path=/head/; revision=107235
Diffstat (limited to 'security/tinc')
-rw-r--r-- | security/tinc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/tinc/Makefile b/security/tinc/Makefile index f56ef7683828..f4d4b85069fc 100644 --- a/security/tinc/Makefile +++ b/security/tinc/Makefile @@ -20,7 +20,6 @@ COMMENT= A Virtual Private Network (VPN) daemon LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo USE_GETTEXT= yes -USE_SIZE= yes USE_OPENSSL= yes USE_REINPLACE= yes GNU_CONFIGURE= yes |