diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-12-06 08:53:51 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-12-06 08:53:51 +0800 |
commit | 0ff0888307f005dcf328c258da5ec4f8172116b6 (patch) | |
tree | d2927ee0045ae94f7551435526a05881990ad5da /databases/p5-DBD-mysql | |
parent | 3ed249f858a7ee8c48b6aa5f7fcca1b1dc24b7c5 (diff) | |
download | freebsd-ports-gnome-0ff0888307f005dcf328c258da5ec4f8172116b6.tar.gz freebsd-ports-gnome-0ff0888307f005dcf328c258da5ec4f8172116b6.tar.zst freebsd-ports-gnome-0ff0888307f005dcf328c258da5ec4f8172116b6.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
Diffstat (limited to 'databases/p5-DBD-mysql')
-rw-r--r-- | databases/p5-DBD-mysql/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/p5-DBD-mysql/Makefile b/databases/p5-DBD-mysql/Makefile index 4eaa5bd2e675..9becadcb95c9 100644 --- a/databases/p5-DBD-mysql/Makefile +++ b/databases/p5-DBD-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 |