summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-Pg
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-06-19 07:46:16 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-06-19 07:46:16 +0000
commitb9921f4e5617b546a4a6a189400845272a09e4c6 (patch)
tree18785a55dc83092d179d84311d2e3db145300f68 /databases/p5-DBD-Pg
parentCreate ${PREFIX}/news first as the mkdir's in the source's Makefile (diff)
Typo in dependency ("database/p5-DBI" -> "databases/p5-DBI").
Became obvious make package test was omitted by: jfitz :p
Notes
Notes: svn path=/head/; revision=7007
Diffstat (limited to 'databases/p5-DBD-Pg')
-rw-r--r--databases/p5-DBD-Pg/Makefile4
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