diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-12 04:14:44 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-12 04:14:44 +0000 |
commit | b85f8527fba36b71b33b1aec7e73b0ee70969be1 (patch) | |
tree | ddfd850f084e8b04bead63e4a68450597cad85ca /databases/py-PyGreSQL | |
parent | Mark BROKEN for ELF: (diff) |
Mark ports that depends on postgresql BROKEN for ELF
Notes
Notes:
svn path=/head/; revision=13888
Diffstat (limited to 'databases/py-PyGreSQL')
-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 d3fd33cb6b33..e386708f1af5 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.6 1998/07/23 17:13:47 nectar Exp $ +# $Id: Makefile,v 1.7 1998/10/09 10:05:48 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_ELF= depends on postgresql + WRKSRC= ${WRKDIR} HAS_CONFIGURE= YES GNU_CONFIGURE= YES |