diff options
author | clement <clement@FreeBSD.org> | 2005-12-04 18:41:30 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2005-12-04 18:41:30 +0800 |
commit | c298c270b3b2116f09481656433fc1e37ac591be (patch) | |
tree | 4b668bc471a273e60b0583acefaf9ec08c142065 /www | |
parent | 6b8b6e4a823c3e1d4a53ff9acfda54d7750f25a8 (diff) | |
download | freebsd-ports-graphics-c298c270b3b2116f09481656433fc1e37ac591be.tar.gz freebsd-ports-graphics-c298c270b3b2116f09481656433fc1e37ac591be.tar.zst freebsd-ports-graphics-c298c270b3b2116f09481656433fc1e37ac591be.zip |
- One more fix :-)
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 71e771ed5b8..4dd5b0cf673 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 |