diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2001-01-19 14:51:11 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2001-01-19 14:51:11 +0000 |
commit | 00fd580f6f906069b7294a7f48e8f6a88f40ae8e (patch) | |
tree | 48b9e58a4b1ae5bd9aaff4f1fd181110630024eb /databases/phpmyadmin211/Makefile | |
parent | Change the BUILD_DEPENDS I used for testing to RUN_DEPENDS. I'll assume (diff) |
Change the BUILD_DEPENDS I was using for testing to RUN_DEPENDS.
Notes
Notes:
svn path=/head/; revision=37330
Diffstat (limited to 'databases/phpmyadmin211/Makefile')
-rw-r--r-- | databases/phpmyadmin211/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/phpmyadmin211/Makefile b/databases/phpmyadmin211/Makefile index 35c85927900a..ac1bb585388e 100644 --- a/databases/phpmyadmin211/Makefile +++ b/databases/phpmyadmin211/Makefile @@ -13,11 +13,11 @@ DISTNAME= phpMyAdmin_${PORTVERSION} MAINTAINER= nbm@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/lib/mysql/libmysqlclient.so:${PORTSDIR}/databases/mysql322-client +RUN_DEPENDS= ${LOCALBASE}/lib/mysql/libmysqlclient.so:${PORTSDIR}/databases/mysql322-client .if defined(WITH_PHP4) -BUILD_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 +RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 .else -BUILD_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/www/mod_php3 +RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/www/mod_php3 .endif WRKSRC= ${WRKDIR}/phpMyAdmin |