diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-29 19:46:54 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-29 19:46:54 +0000 |
commit | ed972d48d05ab9918cf990f11d754a3e1f158e50 (patch) | |
tree | 03993124b8d5cb6ec5b49dcb975373b75e672838 | |
parent | a0d0c97cd5e86a410ff4b97716e62a8115362ffb (diff) | |
download | ports-ed972d48d05ab9918cf990f11d754a3e1f158e50.tar.gz ports-ed972d48d05ab9918cf990f11d754a3e1f158e50.zip |
net/freeswitch: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | net/freeswitch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile index aef6a260a037..13ed899de206 100644 --- a/net/freeswitch/Makefile +++ b/net/freeswitch/Makefile @@ -32,7 +32,7 @@ LIB_DEPENDS= libsqlite3.so:databases/sqlite3 \ libtiff.so:graphics/tiff \ libuuid.so:misc/e2fsprogs-libuuid -USES= compiler:c11 gmake iconv jpeg libedit autoreconf libtool lua \ +USES= compiler:c11 cpe gmake iconv jpeg libedit autoreconf libtool lua \ perl5 pkgconfig shebangfix ssl USE_LDCONFIG= yes USE_RC_SUBR= freeswitch |