diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-28 13:16:59 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-28 13:16:59 +0000 |
commit | 8d5e19786080af186ae0fc68f8acdd9dbcbdc3f8 (patch) | |
tree | 53b58c9189dd0546cdf5f7c3230ce02eb6e6cbb5 /www/smarty | |
parent | 14c8b2f605193695817c10f4cf48573fb707ae81 (diff) | |
download | ports-8d5e19786080af186ae0fc68f8acdd9dbcbdc3f8.tar.gz ports-8d5e19786080af186ae0fc68f8acdd9dbcbdc3f8.zip |
fix dependency
PR: 43415
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=67180
Diffstat (limited to 'www/smarty')
-rw-r--r-- | www/smarty/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/smarty/Makefile b/www/smarty/Makefile index 5f6c6b70cd0b..fe27388c0006 100644 --- a/www/smarty/Makefile +++ b/www/smarty/Makefile @@ -17,7 +17,7 @@ DISTFILES+= Smarty-${PORTVERSION}-docs${EXTRACT_SUFX}:manual MAINTAINER= corecode@corecode.ath.cx -RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 +RUN_DEPENDS= php-config:${PORTSDIR}/www/mod_php4 WRKSRC= ${WRKDIR}/Smarty-${PORTVERSION} |