diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-09-28 00:18:08 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-09-28 00:18:08 +0000 |
commit | 56a9116a833c36a9298b9b4eece352a4d8d9615f (patch) | |
tree | d42b1dd2819f2698efc62317d5fbc62dfa64012f /www | |
parent | ee3138a66d5fcb8b602aa8df17fcffaf0fa78063 (diff) | |
download | ports-56a9116a833c36a9298b9b4eece352a4d8d9615f.tar.gz ports-56a9116a833c36a9298b9b4eece352a4d8d9615f.zip |
- Switch redcloth depobjs to a file which does not embed the version number.
Also, fix the dependency.
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=200240
Diffstat (limited to 'www')
-rw-r--r-- | www/typo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/typo/Makefile b/www/typo/Makefile index ec0b92a1d8d1..0b9883e14986 100644 --- a/www/typo/Makefile +++ b/www/typo/Makefile @@ -16,7 +16,7 @@ MAINTAINER= jw@innerewut.de COMMENT= An absolutely minimal weblogging engine powered by rails RUN_DEPENDS= rails:${PORTSDIR}/www/rubygem-rails \ - ${LOCALBASE}/lib/ruby/gems/1.8/specifications/RedCloth-3.0.3.gemspec:${PORTSDIR}/www/rubygem-redcloth + redcloth:${PORTSDIR}/www/rubygem-redcloth NO_BUILD= yes |