summaryrefslogtreecommitdiff
path: root/databases/phpmyadmin/Makefile
diff options
context:
space:
mode:
authorNeil Blakey-Milner <nbm@FreeBSD.org>2001-01-19 14:51:11 +0000
committerNeil Blakey-Milner <nbm@FreeBSD.org>2001-01-19 14:51:11 +0000
commit00fd580f6f906069b7294a7f48e8f6a88f40ae8e (patch)
tree48b9e58a4b1ae5bd9aaff4f1fd181110630024eb /databases/phpmyadmin/Makefile
parentChange 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/phpmyadmin/Makefile')
-rw-r--r--databases/phpmyadmin/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/phpmyadmin/Makefile b/databases/phpmyadmin/Makefile
index 35c85927900a..ac1bb585388e 100644
--- a/databases/phpmyadmin/Makefile
+++ b/databases/phpmyadmin/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