aboutsummaryrefslogtreecommitdiff
path: root/databases/libdbi-drivers
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-11-04 00:37:34 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-11-04 00:37:34 +0000
commitbf599f7abafa632c98b2a33dd3bcf02dd0a3393a (patch)
treec1c422e28c9267408e0c18b7526cac31b3f4cc5d /databases/libdbi-drivers
parentdfcece5a4e13257138689bd9ee3556a12c98b211 (diff)
downloadports-bf599f7abafa632c98b2a33dd3bcf02dd0a3393a.tar.gz
ports-bf599f7abafa632c98b2a33dd3bcf02dd0a3393a.zip
Remove garbage '$' character.
Notes
Notes: svn path=/head/; revision=93014
Diffstat (limited to 'databases/libdbi-drivers')
-rw-r--r--databases/libdbi-drivers/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/libdbi-drivers/Makefile b/databases/libdbi-drivers/Makefile
index ea1518b7aab9..6604a395bf0d 100644
--- a/databases/libdbi-drivers/Makefile
+++ b/databases/libdbi-drivers/Makefile
@@ -31,7 +31,7 @@ PLIST_SUB+= MYSQL="@comment "
.endif
.if defined(WITH_PGSQL)
-LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql-client$
+LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql-client
CONFIGURE_ARGS+= --with-pgsql
PLIST_SUB+= PGSQL=""
.else