diff options
author | lev <lev@FreeBSD.org> | 2003-06-25 22:13:16 +0800 |
---|---|---|
committer | lev <lev@FreeBSD.org> | 2003-06-25 22:13:16 +0800 |
commit | 91f4c936a54fc7eb8349cb5807f323e7da62fd09 (patch) | |
tree | 7047abeac76d20689c95cc9a44af07154ea55842 /russian/apache13-modssl/Makefile | |
parent | 2991cb7bab44e3ec0a1ddea1a44a8dfa6adadd63 (diff) | |
download | freebsd-ports-gnome-91f4c936a54fc7eb8349cb5807f323e7da62fd09.tar.gz freebsd-ports-gnome-91f4c936a54fc7eb8349cb5807f323e7da62fd09.tar.zst freebsd-ports-gnome-91f4c936a54fc7eb8349cb5807f323e7da62fd09.zip |
Add CONFLICTS with other httpd ports: all apache variants and `www/publicfile'
Approved by: sobomax
Diffstat (limited to 'russian/apache13-modssl/Makefile')
-rw-r--r-- | russian/apache13-modssl/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/russian/apache13-modssl/Makefile b/russian/apache13-modssl/Makefile index 5b1c31fef0a6..e7add3db7a1a 100644 --- a/russian/apache13-modssl/Makefile +++ b/russian/apache13-modssl/Makefile @@ -33,6 +33,15 @@ MASTER_SITES_MODSSL= http://www.modssl.org/source/ \ MASTER_SITES_RA= ftp://ftp.lexa.ru/pub/apache-rus/ \ ftp://ftp.lexa.ru/pub/apache-rus/old-versions/ + +# New feature: conflicts +CONFLICTS= apache+ipv6-* \ + apache+mod_ssl-* \ + apache-* \ + apache_fp-* \ + publicfile-* \ + apache+mod_ssl-* + USE_OPENSSL= YES USE_PERL5= yes |