diff options
Diffstat (limited to 'www/typo')
-rw-r--r-- | www/typo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/typo/Makefile b/www/typo/Makefile index 0b9883e14986..9d16d3372621 100644 --- a/www/typo/Makefile +++ b/www/typo/Makefile @@ -7,6 +7,7 @@ PORTNAME= typo PORTVERSION= 4.1.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_RUBYFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +17,8 @@ MAINTAINER= jw@innerewut.de COMMENT= An absolutely minimal weblogging engine powered by rails RUN_DEPENDS= rails:${PORTSDIR}/www/rubygem-rails \ - redcloth:${PORTSDIR}/www/rubygem-redcloth + redcloth:${PORTSDIR}/www/rubygem-redcloth \ + rails-app-installer-setup:${PORTSDIR}/www/rubygem-rails-app-installer NO_BUILD= yes |