diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-10-05 20:29:48 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-10-05 20:29:48 +0000 |
commit | 0c3cfa6c7565f7113df553be6b1d24b5dcf18919 (patch) | |
tree | 27a8fdfc6e65e4d26eb815369cd1fe02bfdf30be /audio | |
parent | 18f3d50764548493e36f091306002b3c50806ef3 (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/boodler/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/boodler/Makefile b/audio/boodler/Makefile index 5eb4fa5c12e3..d6ffeaf69ec9 100644 --- a/audio/boodler/Makefile +++ b/audio/boodler/Makefile @@ -24,6 +24,7 @@ CONFIGURE_ARGS= --include ${LOCALBASE}/include --lib ${LOCALBASE}/lib WRKSRC= ${WRKDIR}/${PORTNAME} SHEBANG_FILES= ${CONFIGURE_SCRIPT} +python_CMD= ${PYTHON_CMD} SUB_FILES= boodler-wrapper SUB_LIST= PYTHON_CMD=${PYTHON_CMD} |