diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-07-20 11:41:31 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-07-20 11:41:31 +0000 |
commit | fe5312d393a422db06a53570e3cb61376d30ae5c (patch) | |
tree | 253f3c6c126943981ca26cd50909336bccbd97f1 /databases/py-PyGreSQL/Makefile | |
parent | c75ee6c1e6cda0572351f286d5d763ee67c1b6b0 (diff) | |
download | ports-fe5312d393a422db06a53570e3cb61376d30ae5c.tar.gz ports-fe5312d393a422db06a53570e3cb61376d30ae5c.zip |
Notes
Diffstat (limited to 'databases/py-PyGreSQL/Makefile')
-rw-r--r-- | databases/py-PyGreSQL/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/py-PyGreSQL/Makefile b/databases/py-PyGreSQL/Makefile index 92e0ee473765..fc0903a3b80d 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.2 1998/07/06 17:47:33 nectar Exp $ +# $Id: Makefile,v 1.3 1998/07/20 11:19:08 asami Exp $ # DISTNAME= PyGreSQL-2.1 @@ -18,6 +18,8 @@ BUILD_DEPENDS= python:${PORTSDIR}/lang/python RUN_DEPENDS= python:${PORTSDIR}/lang/python LIB_DEPENDS= pq\\.1\\.:${PORTSDIR}/databases/postgresql +BROKEN= build + WRKSRC= ${WRKDIR} HAS_CONFIGURE= YES GNU_CONFIGURE= YES |