diff options
author | rakuco <rakuco@FreeBSD.org> | 2014-10-30 16:33:39 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2014-10-30 16:33:39 +0800 |
commit | a5f657d52237621861f35e932435df184cb7d4d0 (patch) | |
tree | 38a7763b46ece09fb3be5130391f593f3f9af2f0 /security/libssh | |
parent | 12d69ab367660e9f90e4df3ce6ab9eb18dd6b84e (diff) | |
download | freebsd-ports-gnome-a5f657d52237621861f35e932435df184cb7d4d0.tar.gz freebsd-ports-gnome-a5f657d52237621861f35e932435df184cb7d4d0.tar.zst freebsd-ports-gnome-a5f657d52237621861f35e932435df184cb7d4d0.zip |
Add USES=cpe, as requested by des and rea.
MFH: 2014Q4
Diffstat (limited to 'security/libssh')
-rw-r--r-- | security/libssh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libssh/Makefile b/security/libssh/Makefile index b8f73faeaae3..a8a18ae8bd66 100644 --- a/security/libssh/Makefile +++ b/security/libssh/Makefile @@ -18,7 +18,7 @@ OPTIONS_RADIO_CRYPTO= GCRYPT OPENSSL OPTIONS_DEFAULT= OPENSSL STATIC OPTIONS_SUB= yes -USES= cmake:outsource tar:xz +USES= cmake:outsource cpe tar:xz USE_LDCONFIG= yes CMAKE_ARGS= -DWITH_EXAMPLES:BOOL=OFF \ |