diff options
author | hubertf <hubertf> | 1999-04-09 21:11:13 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-04-09 21:11:13 +0000 |
commit | a956a90a2cba31d650ea34df92f9e227996bd3a8 (patch) | |
tree | 569b12226524fcd2fc81fb7e093cbc8523befe86 /net | |
parent | 877636bf1bd808e20acd303f5448e0fac0b53f2a (diff) | |
download | pkgsrc-a956a90a2cba31d650ea34df92f9e227996bd3a8.tar.gz |
s/DEPENDS/USE_PERL5/, pointed out by Christop Badura
Diffstat (limited to 'net')
-rw-r--r-- | net/coda5_client/Makefile | 4 | ||||
-rw-r--r-- | net/coda5_server/Makefile | 4 | ||||
-rw-r--r-- | net/coda_client/Makefile | 4 | ||||
-rw-r--r-- | net/coda_server/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/net/coda5_client/Makefile b/net/coda5_client/Makefile index 8cf959f7b72..73b4e113231 100644 --- a/net/coda5_client/Makefile +++ b/net/coda5_client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1999/03/18 02:34:15 rvb Exp $ +# $NetBSD: Makefile,v 1.10 1999/04/09 21:11:14 hubertf Exp $ # DISTNAME= coda-5.2.0 @@ -12,7 +12,6 @@ HOMEPAGE= http://www.coda.cs.cmu.edu/ DEPENDS+= gdbm-1.7.3:../../databases/gdbm DEPENDS+= readline-2.2:../../devel/readline -DEPENDS+= perl-5.00404:../../lang/perl5 ONLY_FOR_ARCHS= arm32 i386 ns32k @@ -21,6 +20,7 @@ ONLY_FOR_ARCHS= arm32 i386 ns32k ALL_TARGET= coda INSTALL_TARGET= client-install +USE_PERL5= yes GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/net/coda5_server/Makefile b/net/coda5_server/Makefile index ac14ea92ab2..11c508c7a34 100644 --- a/net/coda5_server/Makefile +++ b/net/coda5_server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1999/03/18 02:34:16 rvb Exp $ +# $NetBSD: Makefile,v 1.10 1999/04/09 21:11:14 hubertf Exp $ # DISTNAME= coda-5.2.0 @@ -12,7 +12,6 @@ HOMEPAGE= http://www.coda.cs.cmu.edu/ DEPENDS+= gdbm-1.7.3:../../databases/gdbm DEPENDS+= readline-2.2:../../devel/readline -DEPENDS+= perl-5.00404:../../lang/perl5 ONLY_FOR_ARCHS= arm32 i386 ns32k @@ -21,6 +20,7 @@ ONLY_FOR_ARCHS= arm32 i386 ns32k ALL_TARGET= coda INSTALL_TARGET= server-install +USE_PERL5= yes GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/net/coda_client/Makefile b/net/coda_client/Makefile index b6f9a655a27..580b9b8ffb5 100644 --- a/net/coda_client/Makefile +++ b/net/coda_client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/10/09 20:45:14 rvb Exp $ +# $NetBSD: Makefile,v 1.7 1999/04/09 21:11:14 hubertf Exp $ # DISTNAME= coda-4.6.6 @@ -12,11 +12,11 @@ HOMEPAGE= http://www.coda.cs.cmu.edu/ DEPENDS+= gdbm-1.7.3:../../databases/gdbm DEPENDS+= readline-2.2:../../devel/readline -DEPENDS+= perl-5.00404:../../lang/perl5 ALL_TARGET= coda INSTALL_TARGET= client-install +USE_PERL5= yes GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/net/coda_server/Makefile b/net/coda_server/Makefile index 1bd9204aa3e..f7f0cb71c96 100644 --- a/net/coda_server/Makefile +++ b/net/coda_server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/10/09 20:45:15 rvb Exp $ +# $NetBSD: Makefile,v 1.7 1999/04/09 21:11:15 hubertf Exp $ # DISTNAME= coda-4.6.6 @@ -12,11 +12,11 @@ HOMEPAGE= http://www.coda.cs.cmu.edu/ DEPENDS+= gdbm-1.7.3:../../databases/gdbm DEPENDS+= readline-2.2:../../devel/readline -DEPENDS+= perl-5.00404:../../lang/perl5 ALL_TARGET= coda INSTALL_TARGET= server-install +USE_PERL5= yes GNU_CONFIGURE= yes USE_GMAKE= yes |