aboutsummaryrefslogtreecommitdiff
path: root/lang/php5
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2014-09-27 08:31:58 +0000
committerThomas Zander <riggs@FreeBSD.org>2014-09-27 08:31:58 +0000
commitb97f4dcc3a1b65539ecb1deb3f2f3b57e9ea7839 (patch)
treed805f87c01e88809871cf9b9851ba01afb7daaf3 /lang/php5
parent7de9e9096c546fbf0b5a13be59ddb00f39b2abd8 (diff)
downloadports-b97f4dcc3a1b65539ecb1deb3f2f3b57e9ea7839.tar.gz
ports-b97f4dcc3a1b65539ecb1deb3f2f3b57e9ea7839.zip
Notes
Diffstat (limited to 'lang/php5')
-rw-r--r--lang/php5/Makefile2
-rw-r--r--lang/php5/Makefile.ext4
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile
index 22cdd9d460a1..2ea6c6ccbd4e 100644
--- a/lang/php5/Makefile
+++ b/lang/php5/Makefile
@@ -3,7 +3,7 @@
PORTNAME= php5
PORTVERSION= 5.4.33
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= lang devel www
MASTER_SITES= ${MASTER_SITE_PHP}
MASTER_SITE_SUBDIR= distributions
diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext
index 2bd34ba59ea4..dd15b6851644 100644
--- a/lang/php5/Makefile.ext
+++ b/lang/php5/Makefile.ext
@@ -185,7 +185,7 @@ CONFIGURE_ARGS+=--with-mcrypt=${LOCALBASE}
.endif
.if ${PHP_MODNAME} == "mssql"
-LIB_DEPENDS+= libsybdb.so:${PORTSDIR}/databases/freetds-msdblib
+LIB_DEPENDS+= libsybdb.so:${PORTSDIR}/databases/freetds
CONFIGURE_ARGS+=--with-mssql=${LOCALBASE}
.endif
@@ -557,7 +557,7 @@ post-extract:
.if ${PHP_MODNAME} == "pdo_dblib"
. if ${PORT_OPTIONS:MMSSQL}
-LIB_DEPENDS+= libsybdb.so:${PORTSDIR}/databases/freetds-msdblib
+LIB_DEPENDS+= libsybdb.so:${PORTSDIR}/databases/freetds
. else
LIB_DEPENDS+= libct.so:${PORTSDIR}/databases/freetds
. endif