diff options
author | miwi <miwi@FreeBSD.org> | 2009-03-24 14:27:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-03-24 14:27:31 +0800 |
commit | 40b11af38e05d5cd9ae3986cb5bdea0f4cfae6fe (patch) | |
tree | 78ecbaceadb0a013a455dbecf318f953a38074ea /www | |
parent | 8d7712f3ac4d121efc82caa1e4da0d7bb8acbbae (diff) | |
download | freebsd-ports-gnome-40b11af38e05d5cd9ae3986cb5bdea0f4cfae6fe.tar.gz freebsd-ports-gnome-40b11af38e05d5cd9ae3986cb5bdea0f4cfae6fe.tar.zst freebsd-ports-gnome-40b11af38e05d5cd9ae3986cb5bdea0f4cfae6fe.zip |
- Fix build after textproc/ruby-xslt update
Reported by: pavbot
Diffstat (limited to 'www')
-rw-r--r-- | www/ruby-asp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/ruby-asp/Makefile b/www/ruby-asp/Makefile index 44f65ae15a82..535bf242ec1a 100644 --- a/www/ruby-asp/Makefile +++ b/www/ruby-asp/Makefile @@ -7,6 +7,7 @@ PORTNAME= asp PORTVERSION= 0.4.1 +PORTREVISION= 1 CATEGORIES= www ruby MASTER_SITES= http://gregoire.lejeune.free.fr/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -16,7 +17,7 @@ DIST_SUBDIR= ruby MAINTAINER= ports@FreeBSD.org COMMENT= An Active Server Pages port to Apache with Ruby scripting -RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/xml/xslt.so:${PORTSDIR}/textproc/ruby-xslt \ +RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/xslt_lib.so:${PORTSDIR}/textproc/ruby-xslt \ ${RUBY_SITELIBDIR}/xml/script.rb:${PORTSDIR}/textproc/ruby-xml-script USE_RUBY= yes |