diff options
author | fjoe <fjoe@FreeBSD.org> | 2006-06-06 00:32:07 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2006-06-06 00:32:07 +0800 |
commit | 88e900af2840e82cd3fe786ff6b9fdd935010a1e (patch) | |
tree | 7eb72cca1353fbf34e2d15f9733647306e3d0c74 /net | |
parent | 8ae6e09ecf25280b56731505db9c75cfb71ee801 (diff) | |
download | freebsd-ports-gnome-88e900af2840e82cd3fe786ff6b9fdd935010a1e.tar.gz freebsd-ports-gnome-88e900af2840e82cd3fe786ff6b9fdd935010a1e.tar.zst freebsd-ports-gnome-88e900af2840e82cd3fe786ff6b9fdd935010a1e.zip |
- Use USE_MYSQL
- Bump PORTREVISION
PR: 97470
Submitted by: Fabian Gast
Diffstat (limited to 'net')
-rw-r--r-- | net/asterisk-addons/Makefile | 3 | ||||
-rw-r--r-- | net/asterisk12-addons/Makefile | 3 | ||||
-rw-r--r-- | net/asterisk14-addons/Makefile | 3 | ||||
-rw-r--r-- | net/asterisk16-addons/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/net/asterisk-addons/Makefile b/net/asterisk-addons/Makefile index 9574913770ca..420f060e6332 100644 --- a/net/asterisk-addons/Makefile +++ b/net/asterisk-addons/Makefile @@ -7,6 +7,7 @@ PORTNAME= asterisk-addons PORTVERSION= 1.2.3 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \ http://ftp.digium.com/pub/asterisk/old-releases/ \ @@ -17,10 +18,10 @@ MAINTAINER= fgast@only640k.org COMMENT= Additional modules for the Asterisk Open Source PBX BUILD_DEPENDS= asterisk:${PORTSDIR}/net/asterisk -LIB_DEPENDS= mysqlclient:${PORTSDIR}/databases/mysql41-client RUN_DEPENDS= asterisk:${PORTSDIR}/net/asterisk ONLY_FOR_ARCHS= i386 sparc64 amd64 +USE_MYSQL= yes USE_GMAKE= yes CONF_SAMPLES= cdr_mysql.conf.sample res_mysql.conf.sample diff --git a/net/asterisk12-addons/Makefile b/net/asterisk12-addons/Makefile index 9574913770ca..420f060e6332 100644 --- a/net/asterisk12-addons/Makefile +++ b/net/asterisk12-addons/Makefile @@ -7,6 +7,7 @@ PORTNAME= asterisk-addons PORTVERSION= 1.2.3 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \ http://ftp.digium.com/pub/asterisk/old-releases/ \ @@ -17,10 +18,10 @@ MAINTAINER= fgast@only640k.org COMMENT= Additional modules for the Asterisk Open Source PBX BUILD_DEPENDS= asterisk:${PORTSDIR}/net/asterisk -LIB_DEPENDS= mysqlclient:${PORTSDIR}/databases/mysql41-client RUN_DEPENDS= asterisk:${PORTSDIR}/net/asterisk ONLY_FOR_ARCHS= i386 sparc64 amd64 +USE_MYSQL= yes USE_GMAKE= yes CONF_SAMPLES= cdr_mysql.conf.sample res_mysql.conf.sample diff --git a/net/asterisk14-addons/Makefile b/net/asterisk14-addons/Makefile index 9574913770ca..420f060e6332 100644 --- a/net/asterisk14-addons/Makefile +++ b/net/asterisk14-addons/Makefile @@ -7,6 +7,7 @@ PORTNAME= asterisk-addons PORTVERSION= 1.2.3 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \ http://ftp.digium.com/pub/asterisk/old-releases/ \ @@ -17,10 +18,10 @@ MAINTAINER= fgast@only640k.org COMMENT= Additional modules for the Asterisk Open Source PBX BUILD_DEPENDS= asterisk:${PORTSDIR}/net/asterisk -LIB_DEPENDS= mysqlclient:${PORTSDIR}/databases/mysql41-client RUN_DEPENDS= asterisk:${PORTSDIR}/net/asterisk ONLY_FOR_ARCHS= i386 sparc64 amd64 +USE_MYSQL= yes USE_GMAKE= yes CONF_SAMPLES= cdr_mysql.conf.sample res_mysql.conf.sample diff --git a/net/asterisk16-addons/Makefile b/net/asterisk16-addons/Makefile index 9574913770ca..420f060e6332 100644 --- a/net/asterisk16-addons/Makefile +++ b/net/asterisk16-addons/Makefile @@ -7,6 +7,7 @@ PORTNAME= asterisk-addons PORTVERSION= 1.2.3 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \ http://ftp.digium.com/pub/asterisk/old-releases/ \ @@ -17,10 +18,10 @@ MAINTAINER= fgast@only640k.org COMMENT= Additional modules for the Asterisk Open Source PBX BUILD_DEPENDS= asterisk:${PORTSDIR}/net/asterisk -LIB_DEPENDS= mysqlclient:${PORTSDIR}/databases/mysql41-client RUN_DEPENDS= asterisk:${PORTSDIR}/net/asterisk ONLY_FOR_ARCHS= i386 sparc64 amd64 +USE_MYSQL= yes USE_GMAKE= yes CONF_SAMPLES= cdr_mysql.conf.sample res_mysql.conf.sample |