diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-12-04 10:41:30 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-12-04 10:41:30 +0000 |
commit | 5eaee5a1e63b2a9450684867904d321ad81f3103 (patch) | |
tree | 5e10582b6790dc924ac47c28d8777a23e2643b0d /www | |
parent | Add INFO macro (diff) |
- One more fix :-)
Notes
Notes:
svn path=/head/; revision=150360
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_transform/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_transform/Makefile b/www/mod_transform/Makefile index 71e771ed5b8e..4dd5b0cf6739 100644 --- a/www/mod_transform/Makefile +++ b/www/mod_transform/Makefile @@ -13,8 +13,8 @@ MASTER_SITES= http://www.outoforder.cc/downloads/mod_transform/ MAINTAINER= stan@stormier.net COMMENT= An XSLT and XIncludes Filter module for Apache 2.0 -RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache200 -BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache200 +RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache20 +BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache20 HAS_CONFIGURE= yes USE_GNOME= libxslt |