diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2012-09-26 21:27:31 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2012-09-26 21:27:31 +0000 |
commit | 772973d2434ce7826d3d6aebb2e23ffe6eef48fd (patch) | |
tree | 0a9435403cfe41ebe1d50d4938840707af5e876e /japanese/guesswork-classic | |
parent | f898eafade36badbc16f44363dc0c85629bc729d (diff) | |
download | ports-772973d2434ce7826d3d6aebb2e23ffe6eef48fd.tar.gz ports-772973d2434ce7826d3d6aebb2e23ffe6eef48fd.zip |
Notes
Diffstat (limited to 'japanese/guesswork-classic')
-rw-r--r-- | japanese/guesswork-classic/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/guesswork-classic/Makefile b/japanese/guesswork-classic/Makefile index 84ce498cc53f..2eb50cec38fd 100644 --- a/japanese/guesswork-classic/Makefile +++ b/japanese/guesswork-classic/Makefile @@ -7,13 +7,14 @@ PORTNAME= guesswork-classic PORTVERSION= 0.0.3 +PORTREVISION= 1 CATEGORIES= japanese devel MASTER_SITES= http://classic.guesswork.jp/download/files/ MAINTAINER= smatsui@karashi.org COMMENT= A PHP lightweight framework -RUN_DEPENDS= ${LOCALBASE}/share/smarty/Smarty.class.php:${PORTSDIR}/www/smarty +RUN_DEPENDS= ${LOCALBASE}/share/smarty/Smarty.class.php:${PORTSDIR}/www/smarty2 NO_BUILD= yes USE_PHP= yes |