summaryrefslogtreecommitdiff
path: root/databases/py-ldap
diff options
context:
space:
mode:
authoragc <agc>2001-05-03 11:21:32 +0000
committeragc <agc>2001-05-03 11:21:32 +0000
commit4e4c07e525e7d1ad3a64b7d55dc9f0bde91bab35 (patch)
tree2b76e703ea64cd72670f0f13a7474ee003e19751 /databases/py-ldap
parentc2113c3faa7ad19b998ab06264489c883c18a70a (diff)
downloadpkgsrc-4e4c07e525e7d1ad3a64b7d55dc9f0bde91bab35.tar.gz
Don't continue DEPENDS lines with '\' Instead, insert "DEPENDS+= " in
subsequent lines, which makes it easier to search for pre-requisite packages with a "DEPENDS.*pkg" regular expression.
Diffstat (limited to 'databases/py-ldap')
-rw-r--r--databases/py-ldap/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/py-ldap/Makefile b/databases/py-ldap/Makefile
index 0b145e77718..36f8b555abd 100644
--- a/databases/py-ldap/Makefile
+++ b/databases/py-ldap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/02/16 14:17:38 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2001/05/03 11:21:32 agc Exp $
DISTNAME= python-ldap-1.10alpha3-src
PKGNAME= py-ldap-1.10a3
@@ -9,8 +9,8 @@ MAINTAINER= tsarna@netbsd.org
HOMEPAGE= http://sourceforge.net/projects/python-ldap/
COMMENT= LDAP client API for Python
-DEPENDS+= python>=2.0:../../lang/python \
- openldap>=1.2.11:../../databases/openldap
+DEPENDS+= python>=2.0:../../lang/python
+DEPENDS+= openldap>=1.2.11:../../databases/openldap
WRKSRC= ${WRKDIR}/python-ldap-1.10alpha3
GNU_CONFIGURE= yes