diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-16 01:39:46 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-16 01:39:46 +0800 |
commit | f93431fda5ed14f500b8880193432db9c86c65d0 (patch) | |
tree | e0649fe5ffd9b2d20dfa1709d28300497700040f /security/cops | |
parent | 1bfe3daa92ffa4fdf96e65e305368429408b2ef5 (diff) | |
download | freebsd-ports-gnome-f93431fda5ed14f500b8880193432db9c86c65d0.tar.gz freebsd-ports-gnome-f93431fda5ed14f500b8880193432db9c86c65d0.tar.zst freebsd-ports-gnome-f93431fda5ed14f500b8880193432db9c86c65d0.zip |
- Note that the previous commit has added missing USES=perl5
- This commit fixes it as it should only be a run-dependency
Approved by: portmgr blanket
Diffstat (limited to 'security/cops')
-rw-r--r-- | security/cops/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/cops/Makefile b/security/cops/Makefile index a1bc9b73cf4c..2dfc5de21d59 100644 --- a/security/cops/Makefile +++ b/security/cops/Makefile @@ -13,6 +13,7 @@ MAINTAINER= cy@FreeBSD.org COMMENT= System secureness checker USES= perl5 shebangfix +USE_PERL5= run WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION:S/.//g}+ HAS_CONFIGURE= yes CONFIGURE_SCRIPT= reconfig |