diff options
author | wg <wg@FreeBSD.org> | 2014-08-26 21:47:21 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2014-08-26 21:47:21 +0800 |
commit | 89a7d6ecbdde724b92ca6650493f56cf68855f35 (patch) | |
tree | 3cea0d86706757e35af0da9cae442884a95896f5 /net/openh323 | |
parent | 6d5c2c4f57993114974020beb186576e4affd272 (diff) | |
download | freebsd-ports-gnome-89a7d6ecbdde724b92ca6650493f56cf68855f35.tar.gz freebsd-ports-gnome-89a7d6ecbdde724b92ca6650493f56cf68855f35.tar.zst freebsd-ports-gnome-89a7d6ecbdde724b92ca6650493f56cf68855f35.zip |
net/openh323: conflicts with h323plus
PR: 192985
Submitted by: Nikola Kolev
Diffstat (limited to 'net/openh323')
-rw-r--r-- | net/openh323/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/openh323/Makefile b/net/openh323/Makefile index 2cb1d166d54c..b8e9293d38a5 100644 --- a/net/openh323/Makefile +++ b/net/openh323/Makefile @@ -15,6 +15,8 @@ COMMENT= H323 Video Conferencing library LIB_DEPENDS= libpt_r.so:${PORTSDIR}/devel/pwlib +CONFLICTS= h323plus-1.* + WRKSRC= ${WRKDIR}/${PORTNAME}_v${PORTVERSION:S/./_/g} USES= bison gmake |