diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2014-05-20 06:06:35 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2014-05-20 06:06:35 +0000 |
commit | 5d6a8e4ab8c7a865ca3e5ca93db879ddc9eb4fe0 (patch) | |
tree | a3f77a0d965b1e0633bce4bd914a678be49a43c0 /security/dropbear | |
parent | aa64a516608801a751cff7155b12de0f8e960697 (diff) |
Notes
Diffstat (limited to 'security/dropbear')
-rw-r--r-- | security/dropbear/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/dropbear/Makefile b/security/dropbear/Makefile index 9a035b717fef..6c7272440f3a 100644 --- a/security/dropbear/Makefile +++ b/security/dropbear/Makefile @@ -10,8 +10,7 @@ MAINTAINER= ak@FreeBSD.org COMMENT= SSH 2 server, designed to be usable in small memory environments GNU_CONFIGURE= yes -USE_BZIP2= yes -USES= gmake +USES= gmake tar:bzip2 USE_RC_SUBR= ${PORTNAME} |