summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-02-04 14:37:46 +0000
committerwiz <wiz@pkgsrc.org>2005-02-04 14:37:46 +0000
commita17996a09fc5fe1c3fae713ef00e3c533160f714 (patch)
tree6f8707c9f754ae818b21fc22b35c56a19684fb7b /databases
parent6677509a5ba4634be85c5bec7e97dcaff7d75e35 (diff)
downloadpkgsrc-a17996a09fc5fe1c3fae713ef00e3c533160f714.tar.gz
Fix DEPENDS.
Diffstat (limited to 'databases')
-rw-r--r--databases/py-pgnotify/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-pgnotify/Makefile b/databases/py-pgnotify/Makefile
index 06d347de599..c811ee93801 100644
--- a/databases/py-pgnotify/Makefile
+++ b/databases/py-pgnotify/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/10/21 16:03:37 darcy Exp $
+# $NetBSD: Makefile,v 1.2 2005/02/04 14:37:46 wiz Exp $
#
DISTNAME= pgnotify-0.1
@@ -11,7 +11,7 @@ MAINTAINER= darcy@NetBSD.org
HOMEPAGE= http://sandbox.rulemaker.net/ngps/pgnotify
COMMENT= Python interface to PostgreSQL LISTEN/NOTIFY
-DEPENDS+= ${PYPKGPREFIX}-postgresql*:../../databases/py-postgresql
+DEPENDS+= ${PYPKGPREFIX}-postgresql-[0-9]*:../../databases/py-postgresql
MAKE_ENV+= MANDIR=${PREFIX}/man
MAKE_ENV+= BINDIR=${PREFIX}/bin