diff options
author | Alex Dupre <ale@FreeBSD.org> | 2005-11-20 20:35:40 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2005-11-20 20:35:40 +0000 |
commit | efe8d0de017369e3389fc9e566c7803a07735443 (patch) | |
tree | ab65f483e0140b0b1fcee928ff764a3a510621df /Mk | |
parent | d1284fb13027e1dedacb1b41add07dcb0ca8787b (diff) | |
download | ports-efe8d0de017369e3389fc9e566c7803a07735443.tar.gz ports-efe8d0de017369e3389fc9e566c7803a07735443.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.php.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/bsd.php.mk b/Mk/bsd.php.mk index 2f2f37cee1b0..6188e12ca4a8 100644 --- a/Mk/bsd.php.mk +++ b/Mk/bsd.php.mk @@ -165,6 +165,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/include/php/main/php.h:${PHP_PORT} RUN_DEPENDS+= ${LOCALBASE}/include/php/main/php.h:${PHP_PORT} PLIST_SUB+= PHP_EXT_DIR=${PHP_EXT_DIR} +SUB_LIST+= PHP_EXT_DIR=${PHP_EXT_DIR} .if defined(USE_PHPIZE) || defined(USE_PHPEXT) BUILD_DEPENDS+= phpize:${PHP_PORT} |