diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 16:48:26 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 16:48:26 +0000 |
commit | f8d75dda317e2d77104c5e93ece9328a33938d41 (patch) | |
tree | 117f1d8101ab5ac692f0cdfb9d2c671949389d1f /security/scrypt | |
parent | 8467cbae4a1607a83919fa58708b3c178560f14b (diff) | |
download | ports-f8d75dda317e2d77104c5e93ece9328a33938d41.tar.gz ports-f8d75dda317e2d77104c5e93ece9328a33938d41.zip |
Notes
Diffstat (limited to 'security/scrypt')
-rw-r--r-- | security/scrypt/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/scrypt/Makefile b/security/scrypt/Makefile index dda239045f89..70ec62aa666f 100644 --- a/security/scrypt/Makefile +++ b/security/scrypt/Makefile @@ -11,16 +11,15 @@ MAINTAINER= wen@FreeBSD.org COMMENT= Key Derivation Function GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_LDCONFIG= yes -PLIST_FILES= bin/scrypt -MAN1= scrypt.1 +PLIST_FILES= bin/scrypt \ + man/man1/scrypt.1.gz OPTIONS_DEFINE= SSE2 SSE2_DESC= Use SSE2-optimized code -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSSE2} |