diff options
author | wen <wen@FreeBSD.org> | 2016-02-19 16:18:08 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2016-02-19 16:18:08 +0800 |
commit | 03368fb513c379571cca5308ca012f2c06797769 (patch) | |
tree | 71f2fba9250dc67b6da5cca5930594d4913dfe27 /www | |
parent | 1f6193c8d51721de5f3a60266f22d09c6aee9c74 (diff) | |
download | freebsd-ports-gnome-03368fb513c379571cca5308ca012f2c06797769.tar.gz freebsd-ports-gnome-03368fb513c379571cca5308ca012f2c06797769.tar.zst freebsd-ports-gnome-03368fb513c379571cca5308ca012f2c06797769.zip |
- Add missing dependency
PR: 205867
Submitted by: akuz84@gmail.com
Approved by: maintainer
Diffstat (limited to 'www')
-rw-r--r-- | www/otrs/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/otrs/Makefile b/www/otrs/Makefile index b5848fe5c8cd..7b13328bf554 100644 --- a/www/otrs/Makefile +++ b/www/otrs/Makefile @@ -3,6 +3,7 @@ PORTNAME= otrs PORTVERSION= 5.0.3 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://ftp.otrs.org/pub/otrs/ \ ftp://ftp.samurai.com/pub/otrs/ \ @@ -44,7 +45,8 @@ BUILD_DEPENDS= p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \ p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite \ p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector \ p5-Mozilla-CA>=0:${PORTSDIR}/www/p5-Mozilla-CA \ - p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit + p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ + p5-Schedule-Cron-Events>=1.94:${PORTSDIR}/sysutils/p5-Schedule-Cron-Events RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -72,6 +74,7 @@ GROUPS= ${USERS} www SUB_FILES= pkg-message SUB_LIST= OTRS_USER=${USERS} OTRS_GROUP=${USERS} WWWOWN=${WWWOWN} PKGMESSAGE= ${WRKDIR}/pkg-message +NO_ARCH= YES ROOT_DIRS_LIST= Kernel bin scripts BIN_DIRS_LIST= "" cgi-bin fcgi-bin |