diff options
author | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-07-24 17:25:40 +0300 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-07-24 17:25:40 +0300 |
commit | f5b9b340c1e74d9ba0400c567c828363a2a9a529 (patch) | |
tree | 4f8537cc3ff04523dd94a602e53dd0a03e8945ed | |
parent | devel/ocaml-opam: update to 2.4.1 (diff) |
net/asterisk-g72x: Parameterize CONFLICTS_INSTALL
-rw-r--r-- | net/asterisk-g72x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/asterisk-g72x/Makefile b/net/asterisk-g72x/Makefile index 31210f0f6733..fd000062c799 100644 --- a/net/asterisk-g72x/Makefile +++ b/net/asterisk-g72x/Makefile @@ -23,7 +23,7 @@ USES= autoreconf compiler:c11 libtool tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-asterisk160 --with-bcg729 -CONFLICTS_INSTALL= asterisk[0-9][0-9]-g72x +CONFLICTS_INSTALL= ${FLAVORS:N${FLAVOR}:C|(.+)|\1-${PORTNAME}|} PLIST_FILES= lib/asterisk/modules/codec_g729.so |