diff options
author | jlam <jlam@pkgsrc.org> | 2001-01-25 14:40:10 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-01-25 14:40:10 +0000 |
commit | 416458621b79ea43672bb36cffe5c535ccea7bc6 (patch) | |
tree | 9f68e7b860b6185359b44044738011216c826fde /lang/perl5-base | |
parent | b84530c910edb941eb749a2baaaeceade7d3e6d1 (diff) | |
download | pkgsrc-416458621b79ea43672bb36cffe5c535ccea7bc6.tar.gz |
Make this conflict with perl-5.00* so we can't install both perl-5.00404
and perl-base-5.6.0.
Diffstat (limited to 'lang/perl5-base')
-rw-r--r-- | lang/perl5-base/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/perl5-base/Makefile b/lang/perl5-base/Makefile index 6084776dff2..ac13fd7fd33 100644 --- a/lang/perl5-base/Makefile +++ b/lang/perl5-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/11/08 08:28:00 martin Exp $ +# $NetBSD: Makefile,v 1.3 2001/01/25 14:40:10 jlam Exp $ # FreeBSD Id: Makefile,v 1.20 1997/07/18 06:16:44 markm Exp # @@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/src/5.0/maint/ \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://language.perl.com/index.html +CONFLICTS= perl-5.00* + HAS_CONFIGURE= # defined CONFIGURE_ENV+= PREFIX=${PREFIX} CONFIGURE_SCRIPT= ./Configure |