summaryrefslogtreecommitdiff
path: root/databases/py-PyGreSQL
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>1999-03-12 16:23:58 +0000
committerJacques Vidrine <nectar@FreeBSD.org>1999-03-12 16:23:58 +0000
commita51040269ba9e5ef8116a0bd23603d3235c5c8a0 (patch)
treec700b38fd111fa228df63150bbcb6b676fbba849 /databases/py-PyGreSQL
parentMore Y2K/WWW_SITE links... (diff)
portlint: WWW_SITE shouldn't come before *_DEPENDS lines.
Notes
Notes: svn path=/head/; revision=17155
Diffstat (limited to 'databases/py-PyGreSQL')
-rw-r--r--databases/py-PyGreSQL/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/py-PyGreSQL/Makefile b/databases/py-PyGreSQL/Makefile
index 1132dfff20a4..2d1a29167db0 100644
--- a/databases/py-PyGreSQL/Makefile
+++ b/databases/py-PyGreSQL/Makefile
@@ -3,7 +3,7 @@
# Date created: 2/22/1999
# Whom: nectar@FreeBSD.ORG
#
-# $Id: Makefile,v 1.11 1999/02/23 00:28:15 nectar Exp $
+# $Id: Makefile,v 1.12 1999/03/12 15:16:59 scrappy Exp $
#
DISTNAME= PyGreSQL-2.3
@@ -14,12 +14,11 @@ EXTRACT_SUFX= .tgz
MAINTAINER= nectar@FreeBSD.ORG
-WWW_SITE= http://www.druid.net/pygresql
-
BUILD_DEPENDS= python:${PORTSDIR}/lang/python
RUN_DEPENDS= python:${PORTSDIR}/lang/python
LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql
+WWW_SITE= http://www.druid.net/pygresql
MAKE_ENV= PYTHON=${PREFIX}/bin/python \
LN="${LN}" SETENV="${SETENV}" MKDIR="${MKDIR}"