View | Details | Raw Unified | Return to bug 146874
Collapse All | Expand All

(-)/usr/home/eksffa/thundercache/Makefile (-6 / +7 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	thundercache
8
PORTNAME=	thundercache
9
PORTVERSION=	4.0
9
PORTVERSION=	4.0
10
PORTREVISION=	4
10
PORTREVISION=	5
11
CATEGORIES=	www
11
CATEGORIES=	www
12
MASTER_SITES=	http://www.bmsoftware.org/freebsd/ \
12
MASTER_SITES=	http://www.bmsoftware.org/freebsd/ \
13
		http://www6.freebsdbrasil.com.br/~eksffa/l/dev/thunder/ \
13
		http://www6.freebsdbrasil.com.br/~eksffa/l/dev/thunder/ \
Lines 57-72 Link Here
57
RUN_DEPENDS+=	postgresql-server>=0:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server
57
RUN_DEPENDS+=	postgresql-server>=0:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server
58
.endif
58
.endif
59
59
60
.if defined(WITH_PHP) && defined(WITH_PGSQL)
61
RUN_DEPENDS+=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/pdo_pgsql.so:${PORTSDIR}/databases/php5-pdo_pgsql
62
RUN_DEPENDS+=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/pgsql.so:${PORTSDIR}/databases/php5-pgsql
63
.endif
64
60
.if defined(WITH_PHP)
65
.if defined(WITH_PHP)
61
USE_PHP+=	curl pcre bcmath pdo mcrypt mhash session pgsql
66
USE_PHP+=	curl pcre bcmath pdo mcrypt mhash session
62
.endif
67
.endif
63
68
64
LIB_DEPENDS+=	curl.6:${PORTSDIR}/ftp/curl:install
69
LIB_DEPENDS+=	curl.6:${PORTSDIR}/ftp/curl:install
65
70
66
.if defined(APACHE+PHP) && defined(WITH_PGSQL)
67
LIB_DEPENDS+=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/pdo_pgsql.so:${PORTSDIR}/databases/php5-pdo_pgsql
68
.endif
69
70
SUB_FILES=	pkg-message log.sh test-deps.sh
71
SUB_FILES=	pkg-message log.sh test-deps.sh
71
SUB_LIST=	"GREP=${GREP}"
72
SUB_LIST=	"GREP=${GREP}"

Return to bug 146874