diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-01 00:48:26 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-01 00:48:26 +0800 |
commit | 248758ab46f16aed96b32db3d35de4c237b490dd (patch) | |
tree | 117f1d8101ab5ac692f0cdfb9d2c671949389d1f /security/scrypt | |
parent | a7991eebd84e89dab4137b54fc76bc85550f6258 (diff) | |
download | freebsd-ports-gnome-248758ab46f16aed96b32db3d35de4c237b490dd.tar.gz freebsd-ports-gnome-248758ab46f16aed96b32db3d35de4c237b490dd.tar.zst freebsd-ports-gnome-248758ab46f16aed96b32db3d35de4c237b490dd.zip |
- Stage support
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} |