diff options
author | agc <agc@pkgsrc.org> | 2001-05-03 11:21:32 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-05-03 11:21:32 +0000 |
commit | 0442502f578ec3051c5f4d0708e01c51aebe8d68 (patch) | |
tree | 2b76e703ea64cd72670f0f13a7474ee003e19751 | |
parent | 4ddbf268eedd5a2c52a1797dd17ce2d256fd84af (diff) | |
download | pkgsrc-0442502f578ec3051c5f4d0708e01c51aebe8d68.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.
-rw-r--r-- | databases/py-ldap/Makefile | 6 | ||||
-rw-r--r-- | japanese/namazu2/Makefile | 8 |
2 files changed, 7 insertions, 7 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 diff --git a/japanese/namazu2/Makefile b/japanese/namazu2/Makefile index fbe2e2f0697..5cf3ef37417 100644 --- a/japanese/namazu2/Makefile +++ b/japanese/namazu2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/25 04:17:54 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2001/05/03 11:21:32 agc Exp $ # FreeBSD Id: ports/japanese/namazu2/Makefile,v 1.16 2000/10/26 20:56:25 knu Exp DISTNAME= namazu-2.0.5 @@ -9,9 +9,9 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.namazu.org/index.html.en COMMENT= Full-text search system intended for easy use -DEPENDS+= p5-File-MMagic>=1.09:../../misc/p5-File-MMagic \ - p5-Text-Kakasi>=1.04:../../japanese/p5-Text-Kakasi \ - p5-nkf>=1.7:../../japanese/p5-nkf +DEPENDS+= p5-File-MMagic>=1.09:../../misc/p5-File-MMagic +DEPENDS+= p5-Text-Kakasi>=1.04:../../japanese/p5-Text-Kakasi +DEPENDS+= p5-nkf>=1.7:../../japanese/p5-nkf .if !defined(WITH_CHASEN) || ${WITH_CHASEN} != NO DEPENDS+= p5-Text-ChaSen>=1.0:../../japanese/p5-Text-ChaSen .endif |