diff options
author | dougb <dougb@FreeBSD.org> | 2011-10-22 15:12:03 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-10-22 15:12:03 +0800 |
commit | 6e93c7bd183e1c0d4871c76dad7be07572edd1b5 (patch) | |
tree | 2d7c358aec9d8c0e3e88bfba9e1f8859d81d2260 /www/p5-Gantry | |
parent | 74b5dccac2d0d922244fed983ccee0e43ad39357 (diff) | |
download | freebsd-ports-gnome-6e93c7bd183e1c0d4871c76dad7be07572edd1b5.tar.gz freebsd-ports-gnome-6e93c7bd183e1c0d4871c76dad7be07572edd1b5.tar.zst freebsd-ports-gnome-6e93c7bd183e1c0d4871c76dad7be07572edd1b5.zip |
Add IS_INTERACTIVE to these ports [1]
While I'm here, fix RUN_DEPENDS:= ${BUILD_DEPENDS}
for devel/p5-Inline
PR: ports/161312 [1]
PR: ports/161321 [1]
PR: ports/161322 [1]
Submitted by: me [1]
Approved by: perl@ [1]
Diffstat (limited to 'www/p5-Gantry')
-rw-r--r-- | www/p5-Gantry/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/p5-Gantry/Makefile b/www/p5-Gantry/Makefile index 6edc2cb8499e..aea43724ea99 100644 --- a/www/p5-Gantry/Makefile +++ b/www/p5-Gantry/Makefile @@ -50,6 +50,8 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ p5-Template-Toolkit>=2.0:${PORTSDIR}/www/p5-Template-Toolkit \ p5-Template-Plugin-HTML-SuperForm>0:${PORTSDIR}/textproc/p5-Template-Plugin-HTML-SuperForm +IS_INTERACTIVE= Asks about installation paths + PERL_MODBUILD= yes WWWDIR= ${PREFIX}/www/${PORTNAME:L} |