diff options
Diffstat (limited to 'misc/achievo')
-rw-r--r-- | misc/achievo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/achievo/Makefile b/misc/achievo/Makefile index 8cb61221f085..6a9c83963bba 100644 --- a/misc/achievo/Makefile +++ b/misc/achievo/Makefile @@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME}-stable-${PORTVERSION} MAINTAINER= nbm@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/www/mod_php3 \ +RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/www/mod_php3 \ ${LOCALBASE}/lib/mysql/libmysqlclient.so:${PORTSDIR}/databases/mysql322-client WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} |