diff options
author | clement <clement@FreeBSD.org> | 2003-12-19 00:22:57 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2003-12-19 00:22:57 +0800 |
commit | 7b9319a6f011578e797b82d853b6bb78a832a254 (patch) | |
tree | 5c3f94e525a220a5f83f30107e68a91a439f8338 /www/mod_put | |
parent | e4addd5d597b3a178632cdc599c984cb09584277 (diff) | |
download | freebsd-ports-graphics-7b9319a6f011578e797b82d853b6bb78a832a254.tar.gz freebsd-ports-graphics-7b9319a6f011578e797b82d853b6bb78a832a254.tar.zst freebsd-ports-graphics-7b9319a6f011578e797b82d853b6bb78a832a254.zip |
- Add CONFLICTS with apache-contrib-1.*
Approved by: erwin (mentor)
Diffstat (limited to 'www/mod_put')
-rw-r--r-- | www/mod_put/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mod_put/Makefile b/www/mod_put/Makefile index 65386294bf0..db75e786f0a 100644 --- a/www/mod_put/Makefile +++ b/www/mod_put/Makefile @@ -17,6 +17,8 @@ COMMENT= An Apache module that provides PUT and DELETE methods USE_APACHE= yes DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} +CONFLICTS= apache-contrib-1.* + do-build: cd ${WRKSRC} && ${LOCALBASE}/sbin/apxs -c ${PORTNAME}.c |