aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2012-05-29 16:04:48 +0800
committerale <ale@FreeBSD.org>2012-05-29 16:04:48 +0800
commit67218bc8f39cda07c18c730a7226981a74aebfb1 (patch)
treefbb771967e45fbd3ae5d5cbbbc3c1dea05e226c7 /devel
parente9f8043ae0312df7cce6534c9cbd1c2c43581b57 (diff)
downloadfreebsd-ports-gnome-67218bc8f39cda07c18c730a7226981a74aebfb1.tar.gz
freebsd-ports-gnome-67218bc8f39cda07c18c730a7226981a74aebfb1.tar.zst
freebsd-ports-gnome-67218bc8f39cda07c18c730a7226981a74aebfb1.zip
Fix php dependency.
Diffstat (limited to 'devel')
-rw-r--r--devel/php5-msgpack/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/php5-msgpack/Makefile b/devel/php5-msgpack/Makefile
index 352fc532b2d6..0e5afbbf1c83 100644
--- a/devel/php5-msgpack/Makefile
+++ b/devel/php5-msgpack/Makefile
@@ -17,14 +17,11 @@ COMMENT= PHP extension for interfacing with MessagePack
WRKSRC= ${WRKDIR}/php-msgpack
-USE_PHP= yes
+USE_PHP= session
USE_PHPIZE= yes
USE_PHPEXT= yes
PHP_MODNAME= msgpack
DEFAULT_PHP_VER=53
IGNORE_WITH_PHP=5
-BUILD_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/session.so:${PORTSDIR}/www/php5-session
-RUN_DEPENDS:= ${BUILD_DEPENDS}
-
.include <bsd.port.mk>