aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/opal/Makefile2
-rw-r--r--net/opal3/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/net/opal/Makefile b/net/opal/Makefile
index e18a7d037cce..1ebd2bfa5a33 100644
--- a/net/opal/Makefile
+++ b/net/opal/Makefile
@@ -19,6 +19,8 @@ OPTIONS= FFMPEG "Support H263 audio/video codec" on \
LIB_DEPENDS= pt_r:${PORTSDIR}/devel/pwlib
+CONFLICTS= opal-3.*
+
# In opal's Makefile the default make's target is optshared
ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` optshared
USE_GMAKE= yes
diff --git a/net/opal3/Makefile b/net/opal3/Makefile
index 0e73edc0b3a7..52d2558d1088 100644
--- a/net/opal3/Makefile
+++ b/net/opal3/Makefile
@@ -17,6 +17,8 @@ COMMENT= VoIP abstraction library
LIB_DEPENDS= pt-2.6.[4-9]:${PORTSDIR}/devel/ptlib26
+CONFLICTS= opal-2.*
+
WRKSRC= ${WRKDIR}/opal-${PORTVERSION}
USE_BZIP2= yes