diff options
| -rw-r--r-- | devel/ptlib/Makefile | 2 | ||||
| -rw-r--r-- | devel/ptlib26/Makefile | 2 | ||||
| -rw-r--r-- | devel/pwlib/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/devel/ptlib/Makefile b/devel/ptlib/Makefile index feb21a7fd8df..93edf4fbbe5e 100644 --- a/devel/ptlib/Makefile +++ b/devel/ptlib/Makefile @@ -17,6 +17,8 @@ COMMENT= A cross platform C++ library, used by OpenH323 LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 +CONFLICTS= pwlib-1.* ptlib-2.6.* + USE_BISON= build USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/devel/ptlib26/Makefile b/devel/ptlib26/Makefile index 20c5a8cca0dc..9fbe577ee972 100644 --- a/devel/ptlib26/Makefile +++ b/devel/ptlib26/Makefile @@ -18,6 +18,8 @@ COMMENT= A cross platform C++ library, used by OPAL LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 +CONFLICTS= pwlib-1.* ptlib-2.4.* + USE_BISON= build USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile index 935efd216e0e..a59b1ba23ce5 100644 --- a/devel/pwlib/Makefile +++ b/devel/pwlib/Makefile @@ -19,6 +19,8 @@ COMMENT= A cross platform C++ library, used by OpenH323 LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 +CONFLICTS= ptlib-2.* + WRKSRC= ${WRKDIR}/ptlib_v${PORTVERSION:S/./_/g} USE_BISON= build |
