diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-15 18:04:16 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-15 18:04:16 +0000 |
commit | 3db4ee32c3892b9616bb76d5b2584d573af120ff (patch) | |
tree | 04350018490077d3f17e7c633489ed08c5fe5a44 /net/kamailio/Makefile | |
parent | 5da321510ac635671ec745700009dbbd956996f5 (diff) | |
download | ports-3db4ee32c3892b9616bb76d5b2584d573af120ff.tar.gz ports-3db4ee32c3892b9616bb76d5b2584d573af120ff.zip |
net/kamailio: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'net/kamailio/Makefile')
-rw-r--r-- | net/kamailio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/kamailio/Makefile b/net/kamailio/Makefile index 78eea01250d3..7584c95bc20f 100644 --- a/net/kamailio/Makefile +++ b/net/kamailio/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libxml2.so:textproc/libxml2 RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash -USES= compiler:c11 gmake ncurses pkgconfig python:3.5+ readline \ +USES= compiler:c11 cpe gmake ncurses pkgconfig python:3.5+ readline \ shebangfix USE_LDCONFIG= yes |