diff options
author | lev <lev@FreeBSD.org> | 2003-06-25 14:13:16 +0000 |
---|---|---|
committer | lev <lev@FreeBSD.org> | 2003-06-25 14:13:16 +0000 |
commit | 91f4c936a54fc7eb8349cb5807f323e7da62fd09 (patch) | |
tree | 7047abeac76d20689c95cc9a44af07154ea55842 /russian/apache13/Makefile | |
parent | 2991cb7bab44e3ec0a1ddea1a44a8dfa6adadd63 (diff) | |
download | FreeBSD-ports-91f4c936a54fc7eb8349cb5807f323e7da62fd09.zip FreeBSD-ports-91f4c936a54fc7eb8349cb5807f323e7da62fd09.tar.gz |
Add CONFLICTS with other httpd ports: all apache variants and `www/publicfile'
Approved by: sobomax
Diffstat (limited to 'russian/apache13/Makefile')
-rw-r--r-- | russian/apache13/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/russian/apache13/Makefile b/russian/apache13/Makefile index 31c1269..f98b252 100644 --- a/russian/apache13/Makefile +++ b/russian/apache13/Makefile @@ -18,6 +18,14 @@ PATCHFILES= patches_${APACHE_VERSION}rusPL${RA_VERSION}.tar.gz MAINTAINER= lev@FreeBSD.org COMMENT= The extremely popular Apache http server. Very fast, very clean +# New ports feature: conflicts +CONFLICTS= apache+ipv6-* \ + apache+mod_ssl-* \ + apache-* \ + apache_fp-* \ + publicfile-* \ + ru-apache+mod_ssl-* + RA_VERSION= 30.17 APACHE_VERSION= 1.3.27 |