diff options
author | wg <wg@FreeBSD.org> | 2013-12-15 20:28:10 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-12-15 20:28:10 +0800 |
commit | 65895b8b309b8ed825cc75ccf380d4205fa5cd00 (patch) | |
tree | 02e1df2e67c6954b9edf6ee8aec3049ad4029dfa | |
parent | 188ff63816582de137b75623abef5c266dd3f7f6 (diff) | |
download | freebsd-ports-gnome-65895b8b309b8ed825cc75ccf380d4205fa5cd00.tar.gz freebsd-ports-gnome-65895b8b309b8ed825cc75ccf380d4205fa5cd00.tar.zst freebsd-ports-gnome-65895b8b309b8ed825cc75ccf380d4205fa5cd00.zip |
security/cfv: fix usage of python and limit to 2.x
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket)
-rw-r--r-- | security/cfv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/cfv/Makefile b/security/cfv/Makefile index 9f2c60acac52..ea52bff027b3 100644 --- a/security/cfv/Makefile +++ b/security/cfv/Makefile @@ -9,9 +9,10 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Utility to both test and create .sfv, .csv, and md5sum files -USE_PYTHON= yes +USE_PYTHON= 2 ALL_TARGET= cfv.wrapper INSTALL_TARGET= install-wrapper +MAKE_ARGS= PYTHON=${PYTHON_CMD} MAN1= cfv.1 |