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 | c996aa60be3cd2b2fd28b13a263927e4b045fe9a (diff) | |
download | ports-91bb6193192a40882d84c3779e2dd2d37bd336e2.tar.gz ports-91bb6193192a40882d84c3779e2dd2d37bd336e2.zip |
Notes
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} |