diff options
author | sobomax <sobomax@FreeBSD.org> | 2007-04-26 08:18:35 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2007-04-26 08:18:35 +0800 |
commit | 71f41c9d39059519841e161e2deb9fdd613a4ec2 (patch) | |
tree | eee84f2315c2eb01d1792cd3f2fa0d8ecfbe1490 /net/asterisk14/Makefile | |
parent | b8eb00be38a586fbeb525d7bb7d04cc2116ae9a1 (diff) | |
download | freebsd-ports-gnome-71f41c9d39059519841e161e2deb9fdd613a4ec2.tar.gz freebsd-ports-gnome-71f41c9d39059519841e161e2deb9fdd613a4ec2.tar.zst freebsd-ports-gnome-71f41c9d39059519841e161e2deb9fdd613a4ec2.zip |
Zaptel parts now compile after upgrading zaptel and libpri to 1.4.x.
Sponsored by: Sippy Software, Inc. ( http://www.sippysoft.com/ )
Diffstat (limited to 'net/asterisk14/Makefile')
-rw-r--r-- | net/asterisk14/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/asterisk14/Makefile b/net/asterisk14/Makefile index 5c0fd913bed2..90b48093be52 100644 --- a/net/asterisk14/Makefile +++ b/net/asterisk14/Makefile @@ -7,6 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.4.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \ http://ftp.digium.com/pub/asterisk/old-releases/ @@ -71,9 +72,9 @@ CONFIGURE_ARGS+= --without-zaptel PLIST_SUB+= WITH_ZAPTEL="" CONFIGURE_ARGS+= --with-zaptel BUILD_DEPENDS+= libpri>=1.2.0:${PORTSDIR}/misc/libpri \ - ${LOCALBASE}/include/zaptel.h:${PORTSDIR}/misc/zaptel + ${LOCALBASE}/include/zaptel/zaptel.h:${PORTSDIR}/misc/zaptel LIB_DEPENDS+= pri.1:${PORTSDIR}/misc/libpri -RUN_DEPENDS+= ${LOCALBASE}/include/zaptel.h:${PORTSDIR}/misc/zaptel +RUN_DEPENDS+= ${LOCALBASE}/include/zaptel/zaptel.h:${PORTSDIR}/misc/zaptel .endif # |