diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-09-28 21:16:59 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-09-28 21:16:59 +0800 |
commit | ec57716cf556692be130485d4f4772fbed0d8c6a (patch) | |
tree | 8fed0288c106bc2abdb3d53b3cab8e8a28c5361e /www | |
parent | 28838e6680c762275c8560d993098c69d23d7af4 (diff) | |
download | freebsd-ports-gnome-ec57716cf556692be130485d4f4772fbed0d8c6a.tar.gz freebsd-ports-gnome-ec57716cf556692be130485d4f4772fbed0d8c6a.tar.zst freebsd-ports-gnome-ec57716cf556692be130485d4f4772fbed0d8c6a.zip |
fix dependency
PR: 43415
Submitted by: maintainer
Diffstat (limited to 'www')
-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} |