diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2001-01-19 14:49:30 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2001-01-19 14:49:30 +0000 |
commit | 91bb6193192a40882d84c3779e2dd2d37bd336e2 (patch) | |
tree | 3d993d74417823d52fa81a9f25e44337ed7ac2a9 /misc/achievo | |
parent | Fix typo (diff) |
Change the BUILD_DEPENDS I used for testing to RUN_DEPENDS. I'll assume
no packages have been built for this yet.
Notes
Notes:
svn path=/head/; revision=37329
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} |