diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-24 06:27:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-24 06:27:31 +0000 |
commit | e9931c43a38eb33e4426a16b3bfd8922f6f0a5f1 (patch) | |
tree | ae77c7cf771cbdaabee36db837caa8e5a26c937f /www | |
parent | fd596d508963d459670c8683792f2cf4aa3e09d3 (diff) | |
download | ports-e9931c43a38eb33e4426a16b3bfd8922f6f0a5f1.tar.gz ports-e9931c43a38eb33e4426a16b3bfd8922f6f0a5f1.zip |
Notes
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 |