diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 17:01:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 17:01:36 +0000 |
commit | 8a7c77fbbd57ecbfd89783ebd805b59f8f2387a8 (patch) | |
tree | 6d9bf2c42239eb7fa59e3a370ddfad85fecabb87 /security/chntpw | |
parent | ae7708b169aa040d2d1177a4ca193ed6a8d60e5d (diff) |
Notes
Diffstat (limited to 'security/chntpw')
-rw-r--r-- | security/chntpw/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/chntpw/Makefile b/security/chntpw/Makefile index ac00e05d4c4a..0d9ac1293a1e 100644 --- a/security/chntpw/Makefile +++ b/security/chntpw/Makefile @@ -15,9 +15,8 @@ LICENSE= GPLv2 OPTIONS_DEFINE= DOCS -USE_ZIP= yes USE_OPENSSL= yes -USES= gmake +USES= gmake zip ONLY_FOR_ARCHS= i386 amd64 |