diff options
author | kim <kim@pkgsrc.org> | 2003-07-05 05:10:31 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2003-07-05 05:10:31 +0000 |
commit | 908dd8c27c4933f9f61ef33124549ca28b811acc (patch) | |
tree | 1309abdcc5e6ce0d57a603c03c8207b5e7f6f0c4 /www/ap2-perl | |
parent | 724ee3b349e7dc0845995e60a5ff4693fdae64c7 (diff) | |
download | pkgsrc-908dd8c27c4933f9f61ef33124549ca28b811acc.tar.gz |
ap-perl and ap2-perl are mutually exclusive, so add CONFLICTS
Diffstat (limited to 'www/ap2-perl')
-rw-r--r-- | www/ap2-perl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/ap2-perl/Makefile b/www/ap2-perl/Makefile index c0752ed636a..e11d4bf658e 100644 --- a/www/ap2-perl/Makefile +++ b/www/ap2-perl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/02/04 08:54:28 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2003/07/05 05:10:32 kim Exp $ # # NOTE: This package is *BETA*. If it doesn't work, then check the # modperl-2.0 mailing lists for help. @@ -12,6 +12,8 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://perl.apache.org/ COMMENT= Module that embeds a Perl interpreter into Apache +CONFLICTS= ap-perl-[0-9]* + USE_BUILDLINK2= # defined APACHE_MODULE= # defined PERL5_REQD= 5.6.0 |