aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Mysql
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-12-06 00:53:51 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-12-06 00:53:51 +0000
commit69f56fb8e4a32f1ef61c0c1dba856a1042196f79 (patch)
treee9b948579b755e6250a8b4c316216c76c6843791 /databases/p5-Mysql
parent5c4f3bf658bbf52e97e5ebdb3468e21d16ee0b4b (diff)
downloadports-69f56fb8e4a32f1ef61c0c1dba856a1042196f79.tar.gz
ports-69f56fb8e4a32f1ef61c0c1dba856a1042196f79.zip
RUN_DEPENDS need to be the same as BUILD_DEPENDS. (think packages)
PR: 15153 Submitted by: Alec Wolman <wolman@cs.washington.edu> Reviewed by: maintainer
Notes
Notes: svn path=/head/; revision=23614
Diffstat (limited to 'databases/p5-Mysql')
-rw-r--r--databases/p5-Mysql/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/p5-Mysql/Makefile b/databases/p5-Mysql/Makefile
index 4eaa5bd2e675..9becadcb95c9 100644
--- a/databases/p5-Mysql/Makefile
+++ b/databases/p5-Mysql/Makefile
@@ -16,6 +16,7 @@ MAINTAINER= jedgar@fxp.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Data/ShowTable.pm:${PORTSDIR}/devel/p5-Data-ShowTable \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
+RUN_DEPENDS= ${BUILD_DEPENDS}
LIB_DEPENDS= mysqlclient.6:${PORTSDIR}/databases/mysql322-client
CONFIGURE_ARGS= PREFIX=${PREFIX} --noprompt --mysql-install --nomsql-install