diff options
author | krion <krion@FreeBSD.org> | 2004-04-16 22:42:39 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-04-16 22:42:39 +0800 |
commit | 8f6d09431a844593d58244260a627080930e44c4 (patch) | |
tree | 64f9e812de70618ac129498b98415b75c98758c8 /security | |
parent | d34f7c1a2339a3450db44819b8727f49a64399bd (diff) | |
download | freebsd-ports-gnome-8f6d09431a844593d58244260a627080930e44c4.tar.gz freebsd-ports-gnome-8f6d09431a844593d58244260a627080930e44c4.tar.zst freebsd-ports-gnome-8f6d09431a844593d58244260a627080930e44c4.zip |
- Remove USE_SIZE knob
Diffstat (limited to 'security')
-rw-r--r-- | security/beecrypt/Makefile | 1 | ||||
-rw-r--r-- | security/tinc/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/security/beecrypt/Makefile b/security/beecrypt/Makefile index f12784867802..49a1d2731bae 100644 --- a/security/beecrypt/Makefile +++ b/security/beecrypt/Makefile @@ -16,7 +16,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= krion@FreeBSD.org COMMENT= BeeCrypt is an open source cryptography library -USE_SIZE= yes USE_REINPLACE= yes GNU_CONFIGURE= yes USE_LIBTOOL_VER=13 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 |