summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-10-09 10:05:56 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-10-09 10:05:56 +0000
commitbbba9fc4cc4964f079cc468b419fa42a684c1d1b (patch)
treec27068d71cc369d89169b461d90612578b314292 /databases
parentMake this build on a.out 3.0-CURRENT systems. (diff)
Remove all the remaining regexps from LIB_DEPENDS. There are some
ports that are not ELFized yet but it's getting too late in the game and I need to commit the new bsd.port.mk that doesn't use regexps.
Notes
Notes: svn path=/head/; revision=13784
Diffstat (limited to 'databases')
-rw-r--r--databases/py-PyGreSQL/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-PyGreSQL/Makefile b/databases/py-PyGreSQL/Makefile
index 6b39885002ba..d3fd33cb6b33 100644
--- a/databases/py-PyGreSQL/Makefile
+++ b/databases/py-PyGreSQL/Makefile
@@ -3,7 +3,7 @@
# Date created: 6/25/1998
# Whom: n@nectar.com
#
-# $Id: Makefile,v 1.5 1998/07/22 22:33:19 nectar Exp $
+# $Id: Makefile,v 1.6 1998/07/23 17:13:47 nectar Exp $
#
DISTNAME= PyGreSQL-2.1
@@ -16,7 +16,7 @@ MAINTAINER= n@nectar.com
BUILD_DEPENDS= python:${PORTSDIR}/lang/python
RUN_DEPENDS= python:${PORTSDIR}/lang/python
-LIB_DEPENDS= pq\\.1\\.:${PORTSDIR}/databases/postgresql
+LIB_DEPENDS= pq.1:${PORTSDIR}/databases/postgresql
WRKSRC= ${WRKDIR}
HAS_CONFIGURE= YES