summaryrefslogtreecommitdiff
path: root/audio/boodler/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/boodler/Makefile')
-rw-r--r--audio/boodler/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/boodler/Makefile b/audio/boodler/Makefile
index 1a2e46271bf5..0a7a20204d5b 100644
--- a/audio/boodler/Makefile
+++ b/audio/boodler/Makefile
@@ -33,7 +33,7 @@ pre-everything::
@${ECHO} "interfaces. The default is to use OSS."
@${ECHO} ""
-.if ${DRIVER:L} == "esd"
+.if ${DRIVER:tl} == "esd"
LIB_DEPENDS+= libesd.so:${PORTSDIR}/audio/esound
.endif
@@ -49,7 +49,7 @@ post-patch:
@${RMDIR} ${WRKDIR}/boodler-snd/string
do-build:
- (cd ${WRKSRC} && ${PYTHON_CMD} configure.py --driver ${DRIVER:L} ${PIC} --include ${PREFIX}/include --lib ${PREFIX}/lib && make)
+ (cd ${WRKSRC} && ${PYTHON_CMD} configure.py --driver ${DRIVER:tl} ${PIC} --include ${PREFIX}/include --lib ${PREFIX}/lib && make)
@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/effects ${WRKSRC}/boodle/
do-install: