diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-11 23:53:28 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-11 23:53:28 +0000 |
commit | 3b8ece14cdf26336592ccdfe051414421f4274ab (patch) | |
tree | 107d90d49266c05af8272fc3990eaba7be17cfa9 | |
parent | 0f0447ec243bbe8445e8eea408d45ef3b0db6ec5 (diff) |
Notes
-rw-r--r-- | comms/libimobiledevice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/libimobiledevice/Makefile b/comms/libimobiledevice/Makefile index bd13e14cc8cf..e42339227a49 100644 --- a/comms/libimobiledevice/Makefile +++ b/comms/libimobiledevice/Makefile @@ -13,7 +13,7 @@ LICENSE?= LGPL21 SLAVE_PORT?= no -USES+= libtool pathfix pkgconfig tar:bzip2 +USES+= cpe libtool pathfix pkgconfig tar:bzip2 USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=openssl_CFLAGS="-I${OPENSSLINC}" \ |