From 7131681947a6dbe477e803a3ed858fd035d8f45b Mon Sep 17 00:00:00 2001 From: nbm Date: Fri, 19 Jan 2001 14:49:30 +0000 Subject: Change the BUILD_DEPENDS I used for testing to RUN_DEPENDS. I'll assume no packages have been built for this yet. --- misc/achievo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') 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} -- cgit