diff options
author | netchild <netchild@FreeBSD.org> | 2006-02-05 20:35:09 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2006-02-05 20:35:09 +0800 |
commit | 4e5a983b1b5a203b6604edf946e1bd24f2c7d160 (patch) | |
tree | 7316eedb7d4f4a72046050870e6b64d7523220e3 /net/cphone | |
parent | c93993ed0ffb8ac530bfb5719e3c40f0f8da2f1d (diff) | |
download | freebsd-ports-gnome-4e5a983b1b5a203b6604edf946e1bd24f2c7d160.tar.gz freebsd-ports-gnome-4e5a983b1b5a203b6604edf946e1bd24f2c7d160.tar.zst freebsd-ports-gnome-4e5a983b1b5a203b6604edf946e1bd24f2c7d160.zip |
Depend upon the repocopied pwlib152 and and openh323-112 ports, to ease the
transition to newer versions of pwlib and openh323 without breaking ports
which depend upon them.
PR: 83396
Submitted by: Steve Ames <steve@energistic.com>
In colaboration with: Steve Ames <steve@energistic.com>
Approved by: linimon ("no weeping changes ATM"-Heads-Up)
Diffstat (limited to 'net/cphone')
-rw-r--r-- | net/cphone/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/cphone/Makefile b/net/cphone/Makefile index 47da4ab1ffaa..814c42f83780 100644 --- a/net/cphone/Makefile +++ b/net/cphone/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= H323 Video Conferencing Program which uses QT -BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build \ +BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323-112:build \ qmake:${PORTSDIR}/devel/qmake NOCLEANDEPENDS= yes @@ -27,8 +27,8 @@ USE_QT_VER= 3 USE_GMAKE= yes ALL_TARGET= optnoshared MAKE_ENV= QTDIR=${X11BASE} \ - PWLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../../devel/pwlib/work/pwlib \ - OPENH323DIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323 + PWLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../../devel/pwlib152/work/pwlib \ + OPENH323DIR=${WRKDIRPREFIX}${.CURDIR}/../openh323-112/work/openh323 THE_MACHTYPE= ${ARCH:S/i386/x86/} MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION} CPLUS=${CXX} |