pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

fusionpbx: Add php-pgsql dependency



Module Name:	pkgsrc-wip
Committed By:	Angel M. Adames <angelmadames%gmail.com@localhost>
Pushed By:	angelmadames
Date:		Mon Jun 5 16:38:13 2017 -0400
Changeset:	4e83ce1a96685716ce33b4734fbab519378c056a

Modified Files:
	fusionpbx/Makefile

Log Message:
fusionpbx: Add php-pgsql dependency

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4e83ce1a96685716ce33b4734fbab519378c056a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 fusionpbx/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/fusionpbx/Makefile b/fusionpbx/Makefile
index aaf674a95a..3f96ef902a 100644
--- a/fusionpbx/Makefile
+++ b/fusionpbx/Makefile
@@ -38,6 +38,7 @@ DEPENDS+=	${PHP_PKG_PREFIX}-imap>4.3.3:../../mail/php-imap
 DEPENDS+=	${PHP_PKG_PREFIX}-mcrypt-[0-9]*:../../security/php-mcrypt
 DEPENDS+=	${PHP_PKG_PREFIX}-json-[0-9]*:../../textproc/php-json
 DEPENDS+=	${PHP_PKG_PREFIX}-curl-[0-9]*:../../www/php-curl
+DEPENDS+=	${PHP_PKG_PREFIX}-pgsql-[0-9]*:../../databases/php-pgsql
 
 do-install:
 	cd ${WRKSRC}/${PKGNAME} && pax -rw -pe . ${DESTDIR}${PREFIX}/${INSTALLATION_DIRS}


Home | Main Index | Thread Index | Old Index