diff options
author | asami <asami@FreeBSD.org> | 1997-06-19 15:46:16 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-06-19 15:46:16 +0800 |
commit | 23a2c3a6a9ddaf425ae1a23a96f7d2831f716b69 (patch) | |
tree | b524c2c5c78de8fec039bf49d028e9b12e2a12ef /databases/p5-DBD-Pg | |
parent | c2d7da8784a05b0f75da2105d12087ed1330eb8e (diff) | |
download | freebsd-ports-gnome-23a2c3a6a9ddaf425ae1a23a96f7d2831f716b69.tar.gz freebsd-ports-gnome-23a2c3a6a9ddaf425ae1a23a96f7d2831f716b69.tar.zst freebsd-ports-gnome-23a2c3a6a9ddaf425ae1a23a96f7d2831f716b69.zip |
Typo in dependency ("database/p5-DBI" -> "databases/p5-DBI").
Became obvious make package test was omitted by: jfitz :p
Diffstat (limited to 'databases/p5-DBD-Pg')
-rw-r--r-- | databases/p5-DBD-Pg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBD-Pg/Makefile b/databases/p5-DBD-Pg/Makefile index 4654d14ff083..53b2ddd8d270 100644 --- a/databases/p5-DBD-Pg/Makefile +++ b/databases/p5-DBD-Pg/Makefile @@ -3,7 +3,7 @@ # Date created: June 17th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/06/18 19:41:01 jfitz Exp $ # DISTNAME= DBD-Pg-0.3 @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= DBD MAINTAINER= jfitz@FreeBSD.ORG BUILD_DEPENDS+= perl5.004:${PORTSDIR}/lang/perl5 \ - ${PREFIX}/lib/perl5/site_perl/DBI.pm:${PORTSDIR}/database/p5-DBI \ + ${PREFIX}/lib/perl5/site_perl/DBI.pm:${PORTSDIR}/databases/p5-DBI \ ${PREFIX}/pgsql/lib/libpq.so.1.0:${PORTSDIR}/databases/postgresql RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 |