diff options
Diffstat (limited to 'audio/siren/Makefile')
-rw-r--r-- | audio/siren/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/siren/Makefile b/audio/siren/Makefile index 89d0ca410b5e..b72e4201b65e 100644 --- a/audio/siren/Makefile +++ b/audio/siren/Makefile @@ -69,7 +69,7 @@ CONFIGURE_ARGS= alsa=no \ portaudio=no post-patch: - @${REINPLACE_CMD} -e 's|-lcurses|-lncurses|' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-lcurses|${NCURSESLIBS}|' ${WRKSRC}/configure post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/siren |