diff options
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 65386294bf07..db75e786f0a3 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 |