diff options
Diffstat (limited to 'audio/q-audio/Makefile')
-rw-r--r-- | audio/q-audio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/q-audio/Makefile b/audio/q-audio/Makefile index f6eb138c7af5..307708d6237a 100644 --- a/audio/q-audio/Makefile +++ b/audio/q-audio/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= q.8:${PORTSDIR}/lang/q \ samplerate.1:${PORTSDIR}/audio/libsamplerate \ fftw3:${PORTSDIR}/math/fftw3 BUILD_DEPENDS= ${LOCALBASE}/lib/portaudio2/libportaudio.so.2:${PORTSDIR}/audio/portaudio2 -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} DATADIR= ${PREFIX}/share/q |