diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2017-03-20 02:02:59 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2017-03-20 02:02:59 +0000 |
commit | 4d4e999da506538fb26ff5a18e855405556db88e (patch) | |
tree | cc62eb8aabbb37c817dea6159aaccde1ec9a2046 | |
parent | 5cbef3afd290f6d9179098d4453b9a450b3356b7 (diff) |
portscout tuning for this Port.
PR: 217927
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=436528
-rw-r--r-- | www/trac-customfieldadmin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/trac-customfieldadmin/Makefile b/www/trac-customfieldadmin/Makefile index 883b1e6da4e8..37d1778a091f 100644 --- a/www/trac-customfieldadmin/Makefile +++ b/www/trac-customfieldadmin/Makefile @@ -19,6 +19,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= tracd:www/trac +PORTSCOUT= skipv:0.2.6485 + USES= python:2 zip WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.11 |