diff options
author | wxs <wxs@FreeBSD.org> | 2008-06-07 23:27:38 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2008-06-07 23:27:38 +0800 |
commit | 7b72c553853b44e2ff1f51b39cbf8d0582ef0292 (patch) | |
tree | 0241f0a3f13ab9d5eadf2aed14fd7c7654d09b77 /www/typo | |
parent | e01954cc37aedfb74fba5636be6b16a9825e888f (diff) | |
download | freebsd-ports-gnome-7b72c553853b44e2ff1f51b39cbf8d0582ef0292.tar.gz freebsd-ports-gnome-7b72c553853b44e2ff1f51b39cbf8d0582ef0292.tar.zst freebsd-ports-gnome-7b72c553853b44e2ff1f51b39cbf8d0582ef0292.zip |
Add missing dependency on www/rubygem-rails-app-installer.
Bump PORTREVISION.
PR: ports/123929
Submitted by: Mateusz Guzik <mjguzik@gmail.com>
Approved by: garga (mentor, implicit), maintainer (timeout)
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 |