diff options
author | steve <steve@FreeBSD.org> | 1998-12-07 13:34:38 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-12-07 13:34:38 +0800 |
commit | 6a1cc9e5e002ea6e3f2aeea207e5784899afaac5 (patch) | |
tree | 6e23ba88095c37851b8cbe75330c40262f7f0229 /databases/p5-Mysql | |
parent | 0bc002b11a30d1e63a4c8cb7e15068f1321fa9e4 (diff) | |
download | freebsd-ports-gnome-6a1cc9e5e002ea6e3f2aeea207e5784899afaac5.tar.gz freebsd-ports-gnome-6a1cc9e5e002ea6e3f2aeea207e5784899afaac5.tar.zst freebsd-ports-gnome-6a1cc9e5e002ea6e3f2aeea207e5784899afaac5.zip |
Remove the trailing '/' from *_DEPENDS definitions.
Caught by: A little perl script for INDEX generation that Satoshi
and I are working on. :)
Diffstat (limited to 'databases/p5-Mysql')
-rw-r--r-- | databases/p5-Mysql/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/p5-Mysql/Makefile b/databases/p5-Mysql/Makefile index e5866f98e8c2..34b654c18cc0 100644 --- a/databases/p5-Mysql/Makefile +++ b/databases/p5-Mysql/Makefile @@ -3,7 +3,7 @@ # Date created: September 29th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.10 1998/09/15 21:31:32 asami Exp $ +# $Id: Makefile,v 1.11 1998/10/12 04:26:22 jseger Exp $ # DISTNAME= Msql-Mysql-modules-1.2003 @@ -16,9 +16,9 @@ MAINTAINER= vanilla@FreeBSD.ORG BROKEN_ELF= depends on mysql-3.21.33 -BUILD_DEPENDS= ${PREFIX}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql321/ \ - ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Data/ShowTable.pm:${PORTSDIR}/devel/p5-Data-ShowTable/ \ - ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/DBI.pm:${PORTSDIR}/databases/p5-DBI/ +BUILD_DEPENDS= ${PREFIX}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql321 \ + ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Data/ShowTable.pm:${PORTSDIR}/devel/p5-Data-ShowTable \ + ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/DBI.pm:${PORTSDIR}/databases/p5-DBI CONFIGURE_ENV+= PREFIX=${PREFIX} MYSQL_HOME=${PREFIX} IN_MYSQL_DISTRIBUTION=1 USE_PERL5= YES |