diff options
Diffstat (limited to 'audio/calf/Makefile')
-rw-r--r-- | audio/calf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/calf/Makefile b/audio/calf/Makefile index 8d93da63a490..77f0ad4606c6 100644 --- a/audio/calf/Makefile +++ b/audio/calf/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat \ lash.2:${PORTSDIR}/audio/lash BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi \ ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes USE_GMAKE= yes |