diff options
-rw-r--r-- | www/apache22-itk-mpm/Makefile | 6 | ||||
-rw-r--r-- | www/apache22-itk-mpm/pkg-descr | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/www/apache22-itk-mpm/Makefile b/www/apache22-itk-mpm/Makefile index f787afa7bcd1..9c66bc96148f 100644 --- a/www/apache22-itk-mpm/Makefile +++ b/www/apache22-itk-mpm/Makefile @@ -4,7 +4,11 @@ # # $FreeBSD$ # - +# To build this port with the additional mpm-itk-perdir-regex +# patch use -DWITH_ITK_PERDIR_REGEX +# +# For a quick description take a look into the mpm-itk* patches +# in the apache22/files directory MASTERDIR= ${.CURDIR}/../apache22 diff --git a/www/apache22-itk-mpm/pkg-descr b/www/apache22-itk-mpm/pkg-descr index 0625209449d0..127e17748d07 100644 --- a/www/apache22-itk-mpm/pkg-descr +++ b/www/apache22-itk-mpm/pkg-descr @@ -2,3 +2,4 @@ Apache 2.2 with the itk MPM enabled. WWW: http://httpd.apache.org/ WWW: http://mpm-itk.sesse.net/ +WWW: http://www.pvv.ntnu.no/~knuta/mpm-itk/ |