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/asterisk16/Makefile | |
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/asterisk16/Makefile')
-rw-r--r-- | net/asterisk16/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/asterisk16/Makefile b/net/asterisk16/Makefile index da0285533efc..7aa2b1e1f92f 100644 --- a/net/asterisk16/Makefile +++ b/net/asterisk16/Makefile @@ -45,8 +45,8 @@ MAN8= asterisk.8 astgenkey.8 autosupport.8 safe_asterisk.8 .include <bsd.port.pre.mk> -PWLIBDIR!= cd ${PORTSDIR}/devel/pwlib; make -V WRKSRC -OPENH323DIR!= cd ${PORTSDIR}/net/openh323; make -V WRKSRC +PWLIBDIR!= cd ${PORTSDIR}/devel/pwlib152; make -V WRKSRC +OPENH323DIR!= cd ${PORTSDIR}/net/openh323-112; make -V WRKSRC .if ${ARCH} != "i386" WITHOUT_H323= 1 @@ -56,8 +56,8 @@ WITHOUT_ZAPTEL= 1 .if defined(WITHOUT_H323) PLIST_SUB+= WITH_H323="@comment " .else -BUILD_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/devel/pwlib:build \ - ${NONEXISTENT}:${PORTSDIR}/net/openh323:build +BUILD_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/devel/pwlib152:build \ + ${NONEXISTENT}:${PORTSDIR}/net/openh323-112:build PLIST_SUB+= WITH_H323="" MAKE_ENV+= WITH_H323=1 .endif |