Correct dependency on `devel/libffcall': clisp(1) actually links to
`libffcall.so.0' shared library, and will not run if it is missing. PR: 241505
This commit is contained in:
parent
736f1514e6
commit
818030d564
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553323
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= clisp
|
||||
PORTVERSION= 2.49.93+
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= lang lisp
|
||||
|
||||
MAINTAINER= kiri@TrueFC.org
|
||||
@ -15,8 +15,8 @@ LICENSE_FILE= ${WRKSRC}/GNU-GPL
|
||||
BROKEN_powerpc= Does not compile
|
||||
BROKEN_sparc64= Does not compile
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libavcall.a:devel/libffcall
|
||||
LIB_DEPENDS= libreadline.so:devel/readline \
|
||||
LIB_DEPENDS= libffcall.so:devel/libffcall \
|
||||
libreadline.so:devel/readline \
|
||||
libsigsegv.so:devel/libsigsegv
|
||||
|
||||
USES= compiler gettext ghostscript gnome iconv localbase:ldflags
|
||||
|
Loading…
Reference in New Issue
Block a user