summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-02-01 14:27:20 +0000
committerxtraeme <xtraeme>2004-02-01 14:27:20 +0000
commitfbf806c2b30bc5fccb12448544fdaa567394cd7f (patch)
treecc5512206909708c9d694608c4d0666c8259ba46 /databases
parent6f9e58c89250f22e3463dad1fe03264056453078 (diff)
downloadpkgsrc-fbf806c2b30bc5fccb12448544fdaa567394cd7f.tar.gz
Fix typo in previous commit (LIBEPQ -> LIBPQ). This closes PR pkg/24290.
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql-lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql-lib/Makefile b/databases/postgresql-lib/Makefile
index 813420469fc..1bd212e3ad0 100644
--- a/databases/postgresql-lib/Makefile
+++ b/databases/postgresql-lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/01/30 18:50:39 xtraeme Exp $
+# $NetBSD: Makefile,v 1.17 2004/02/01 14:27:20 xtraeme Exp $
PKGNAME= postgresql-lib-${BASE_VERS}
PKGREVISION= 1
@@ -26,7 +26,7 @@ PLIST_SUBST+= LIBECPG="@comment "
PLIST_SUBST+= LIBPQ="@comment "
.else
PLIST_SUBST+= LIBECPG=
-PLIST_SUBST+= LIBEPQ=
+PLIST_SUBST+= LIBPQ=
.endif
post-buildlink: