diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-05-07 07:44:51 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-05-07 07:44:51 +0800 |
commit | 122786b8c3613021719d76e9d3689634b656d2a5 (patch) | |
tree | def558198e2811789ea6107a4e5b0b887698e149 /www/apache20 | |
parent | 0a94be3b67a9b4a90adf9313abd668d8d94dd3f3 (diff) | |
download | freebsd-ports-gnome-122786b8c3613021719d76e9d3689634b656d2a5.tar.gz freebsd-ports-gnome-122786b8c3613021719d76e9d3689634b656d2a5.tar.zst freebsd-ports-gnome-122786b8c3613021719d76e9d3689634b656d2a5.zip |
- Set the ITK version.
With Hat: apache@
Diffstat (limited to 'www/apache20')
-rw-r--r-- | www/apache20/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/apache20/Makefile b/www/apache20/Makefile index 0babc647c0b4..7c3336abb8ae 100644 --- a/www/apache20/Makefile +++ b/www/apache20/Makefile @@ -56,6 +56,8 @@ LIBTOOLFILES= configure USE_LDCONFIG= ${PREFIX}/lib/apache2 USE_BZIP2= yes +MPM_ITK_VERSION?= 20061030-01 + CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} \ --enable-layout=FreeBSD \ --with-perl=${PERL5} \ |