diff options
author | ak <ak@FreeBSD.org> | 2014-05-20 14:06:35 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2014-05-20 14:06:35 +0800 |
commit | 6161bf6a5273690fdda58c0296d59bde10ee8583 (patch) | |
tree | a3f77a0d965b1e0633bce4bd914a678be49a43c0 /security/dropbear | |
parent | f19e9f65f3029b1743d93e7d5971571234845104 (diff) | |
download | freebsd-ports-gnome-6161bf6a5273690fdda58c0296d59bde10ee8583.tar.gz freebsd-ports-gnome-6161bf6a5273690fdda58c0296d59bde10ee8583.tar.zst freebsd-ports-gnome-6161bf6a5273690fdda58c0296d59bde10ee8583.zip |
- Add/update license when possible
- Modernize ports Makefiles
- Update MASTER_SITES/distfile for converters/chmview
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} |