diff options
author | pav <pav@FreeBSD.org> | 2007-09-28 08:18:08 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-09-28 08:18:08 +0800 |
commit | 4b8ba882ddd2181c732f9dbf2f85a9182af0d9a5 (patch) | |
tree | 22584aa28aa2e57bb1b3b7f247906d949323c75c /www | |
parent | b98ed25d5870c1fc71911cec7c0fadd79c88cb36 (diff) | |
download | freebsd-ports-gnome-4b8ba882ddd2181c732f9dbf2f85a9182af0d9a5.tar.gz freebsd-ports-gnome-4b8ba882ddd2181c732f9dbf2f85a9182af0d9a5.tar.zst freebsd-ports-gnome-4b8ba882ddd2181c732f9dbf2f85a9182af0d9a5.zip |
- Switch redcloth depobjs to a file which does not embed the version number.
Also, fix the dependency.
Reported by: pointyhat
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 |