diff options
Diffstat (limited to 'lang/qscheme/Makefile')
-rw-r--r-- | lang/qscheme/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/qscheme/Makefile b/lang/qscheme/Makefile index 6d82e53b8d9d..18d9e3abd081 100644 --- a/lang/qscheme/Makefile +++ b/lang/qscheme/Makefile @@ -13,7 +13,7 @@ COMMENT= Small and fast Scheme interpreter BUILD_DEPENDS= ${LOCALBASE}/lib/libavcall.a:${PORTSDIR}/devel/ffcall\ ${LOCALBASE}/lib/libpcre.a:${PORTSDIR}/devel/pcre \ ${LOCALBASE}/lib/libgmp.a:${PORTSDIR}/math/gmp -LIB_DEPENDS= getline:${PORTSDIR}/devel/libgetline +LIB_DEPENDS= libgetline.so:${PORTSDIR}/devel/libgetline USES= gmake perl5 USE_PERL5= build |