diff options
author | Koop Mast <kwm@FreeBSD.org> | 2010-05-10 21:09:09 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2010-05-10 21:09:09 +0000 |
commit | a3a77c09a8b68ecb4fcce43b5aa66792b2e7adf6 (patch) | |
tree | f3fb8c0beb07644406fdefbb85e565d2829b4178 | |
parent | a46c24a798c841a4b0e059ce001e78c39a45ac03 (diff) |
Notes
-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 |