diff options
author | robak <robak@FreeBSD.org> | 2015-05-06 21:31:07 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2015-05-06 21:31:07 +0800 |
commit | e02d27d803109705ffd94d2249eb2450d092a5cf (patch) | |
tree | 5d06773a4eab12e486d12dce17fce9d5506486bb /www/otrs | |
parent | c81eb31fe9ab8e734071f3e8495adf345dfe0881 (diff) | |
download | freebsd-ports-gnome-e02d27d803109705ffd94d2249eb2450d092a5cf.tar.gz freebsd-ports-gnome-e02d27d803109705ffd94d2249eb2450d092a5cf.tar.zst freebsd-ports-gnome-e02d27d803109705ffd94d2249eb2450d092a5cf.zip |
www/otrs: add CPE info
PR: 199960
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Approved by: portmgr blanket
Diffstat (limited to 'www/otrs')
-rw-r--r-- | www/otrs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/otrs/Makefile b/www/otrs/Makefile index 7d4df976e711..36de72a487f8 100644 --- a/www/otrs/Makefile +++ b/www/otrs/Makefile @@ -43,7 +43,7 @@ BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= shebangfix perl5 tar:bzip2 +USES= cpe shebangfix perl5 tar:bzip2 SHEBANG_FILES= bin/cgi-bin/*.pl bin/fcgi-bin/*.pl bin/*.pl \ scripts/auto_build/*.pl scripts/tools/*.pl scripts/*.pl |