diff options
Diffstat (limited to 'lang/qscheme/Makefile')
-rw-r--r-- | lang/qscheme/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/qscheme/Makefile b/lang/qscheme/Makefile index 482eeb099d03..58d4548aeb38 100644 --- a/lang/qscheme/Makefile +++ b/lang/qscheme/Makefile @@ -12,10 +12,10 @@ COMMENT= Small and fast Scheme interpreter LICENSE= GPLv2 -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= libgetline.so:${PORTSDIR}/devel/libgetline +BUILD_DEPENDS= ${LOCALBASE}/lib/libavcall.a:devel/ffcall \ + ${LOCALBASE}/lib/libpcre.a:devel/pcre \ + ${LOCALBASE}/lib/libgmp.a:math/gmp +LIB_DEPENDS= libgetline.so:devel/libgetline USES= gmake perl5 shebangfix USE_PERL5= build |