diff options
author | Clement Laforet <clement@FreeBSD.org> | 2003-12-18 16:22:57 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2003-12-18 16:22:57 +0000 |
commit | ddd1452c7ac62d47428dca3c83407ebd87dc30cc (patch) | |
tree | e697a9df58e68a18184affca8245f6effc89981d /www/mod_auth_external | |
parent | efc38ce350dd2dab4e32f80a405634148197e322 (diff) | |
download | ports-ddd1452c7ac62d47428dca3c83407ebd87dc30cc.tar.gz ports-ddd1452c7ac62d47428dca3c83407ebd87dc30cc.zip |
- Add CONFLICTS with apache-contrib-1.*
Approved by: erwin (mentor)
Notes
Notes:
svn path=/head/; revision=96152
Diffstat (limited to 'www/mod_auth_external')
-rw-r--r-- | www/mod_auth_external/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mod_auth_external/Makefile b/www/mod_auth_external/Makefile index b3c49f004ecc..455e51382940 100644 --- a/www/mod_auth_external/Makefile +++ b/www/mod_auth_external/Makefile @@ -18,6 +18,8 @@ USE_APACHE= yes DOCDIR= ${PREFIX}/share/doc/${PORTNAME} DOCS= AUTHENTICATORS CHANGES INSTALL README TODO +CONFLICTS= apache-contrib-1.* + do-build: @cd ${WRKSRC} && ${APXS} -c mod_auth_external.c |