diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-12 07:53:28 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-12 07:53:28 +0800 |
commit | dc3b013a6784586bc7000dcbc68d7481643b23ed (patch) | |
tree | 107d90d49266c05af8272fc3990eaba7be17cfa9 /comms/libimobiledevice | |
parent | 71c56f99c44b4027f2eaafb13876bf34d29644e7 (diff) | |
download | freebsd-ports-gnome-dc3b013a6784586bc7000dcbc68d7481643b23ed.tar.gz freebsd-ports-gnome-dc3b013a6784586bc7000dcbc68d7481643b23ed.tar.zst freebsd-ports-gnome-dc3b013a6784586bc7000dcbc68d7481643b23ed.zip |
- Add CPE info
Approved by: portmgr blanket
Diffstat (limited to 'comms/libimobiledevice')
-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}" \ |