diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/rubinius/Makefile | 2 | ||||
-rw-r--r-- | lang/ruby22/Makefile | 2 | ||||
-rw-r--r-- | lang/ruby23/Makefile | 2 | ||||
-rw-r--r-- | lang/ruby24/Makefile | 2 | ||||
-rw-r--r-- | lang/smalltalk/Makefile | 2 | ||||
-rw-r--r-- | lang/v8-devel/Makefile | 2 | ||||
-rw-r--r-- | lang/v8/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/lang/rubinius/Makefile b/lang/rubinius/Makefile index 9e11301e85ac..1d254dd06ab7 100644 --- a/lang/rubinius/Makefile +++ b/lang/rubinius/Makefile @@ -47,7 +47,7 @@ LLVM38_DESC= LLVM 3.8 LLVM39_DESC= LLVM 3.9 LLVM40_DESC= LLVM 4.0 -USES= execinfo gmake perl5 readline tar:bzip2 libedit ssl +USES= gmake perl5 readline tar:bzip2 libedit ssl USE_LOCALE= en_US.UTF-8 USE_RUBY= yes RUBY_NO_RUN_DEPENDS= yes diff --git a/lang/ruby22/Makefile b/lang/ruby22/Makefile index e8565093b16b..1f78d5de75ae 100644 --- a/lang/ruby22/Makefile +++ b/lang/ruby22/Makefile @@ -39,7 +39,7 @@ GNU_CONFIGURE= yes LIBS+= -lpthread -L${LOCALBASE}/lib MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes -USES= autoreconf cpe execinfo tar:xz ssl +USES= autoreconf cpe tar:xz ssl WRKSRC= ${RUBY_WRKSRC} RUBY_VER= 2.2 diff --git a/lang/ruby23/Makefile b/lang/ruby23/Makefile index ded5286c23ec..6c1fb05c19f6 100644 --- a/lang/ruby23/Makefile +++ b/lang/ruby23/Makefile @@ -39,7 +39,7 @@ GNU_CONFIGURE= yes # Keep this, else ruby will fail to load libraries dependent of libpthread. LIBS+= -lpthread -L${LOCALBASE}/lib USE_LDCONFIG= yes -USES= autoreconf cpe execinfo ssl tar:xz +USES= autoreconf cpe ssl tar:xz WRKSRC= ${RUBY_WRKSRC} RUBY_VER= 2.3 diff --git a/lang/ruby24/Makefile b/lang/ruby24/Makefile index f3534180fdbd..e849772d28b6 100644 --- a/lang/ruby24/Makefile +++ b/lang/ruby24/Makefile @@ -37,7 +37,7 @@ GNU_CONFIGURE= yes # Keep this, else ruby will fail to load libraries dependent of libpthread. LIBS+= -lpthread -L${LOCALBASE}/lib USE_LDCONFIG= yes -USES= autoreconf cpe execinfo ssl tar:xz +USES= autoreconf cpe ssl tar:xz WRKSRC= ${RUBY_WRKSRC} RUBY_VER= 2.4 diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile index 2d01825f49be..198016493bec 100644 --- a/lang/smalltalk/Makefile +++ b/lang/smalltalk/Makefile @@ -23,7 +23,7 @@ TK_CONFIGURE_WITH=tcl=${LOCALBASE}/lib/tcl8.4 tk=${LOCALBASE}/lib/tk8.4 PGSQL_USES= pgsql SDL_USE= SDL=image,mixer,sdl,sound,ttf -USES= execinfo gmake iconv libtool localbase makeinfo pathfix pkgconfig \ +USES= gmake iconv libtool localbase makeinfo pathfix pkgconfig \ shebangfix sqlite tar:xz USE_GNOME= pango USE_XORG= ice xi xmu diff --git a/lang/v8-devel/Makefile b/lang/v8-devel/Makefile index 02dd32d294a1..e02d5f6292bc 100644 --- a/lang/v8-devel/Makefile +++ b/lang/v8-devel/Makefile @@ -23,7 +23,7 @@ ALL_TARGET= native MAKE_ARGS= library=shared use_system_icu=on MAKE_ENV= CC.host=${CC} CXX.host=${CXX} LINK.host=${CXX} LINK.target=${CXX} USE_LDCONFIG= yes -USES= compiler cpe execinfo gmake localbase python:2 shebangfix tar:xz +USES= compiler cpe gmake localbase python:2 shebangfix tar:xz CPE_VENDOR= google diff --git a/lang/v8/Makefile b/lang/v8/Makefile index 8f820b71740f..cc4b0ff78bed 100644 --- a/lang/v8/Makefile +++ b/lang/v8/Makefile @@ -22,7 +22,7 @@ ALL_TARGET= native MAKE_ARGS= library=shared MAKE_ENV= CC.host=${CC} CXX.host=${CXX} LINK.host=${CXX} LINK.target=${CXX} USE_LDCONFIG= yes -USES= alias compiler cpe execinfo gmake python:2 shebangfix tar:xz +USES= alias compiler cpe gmake python:2 shebangfix tar:xz CPE_VENDOR= google |